access_bookmarks_components-schemas-response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-bookmarks-components-schemas-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_bookmarks_components-schemas-response_collection",
  "title": "access_bookmarks_components-schemas-response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/access_bookmarks"
          },
          "type": "array"
        }
      }
    }
  ]
}