access_bookmarks

APIs.ioEngineeringPlatform

Properties

Name Type Description
app_launcher_visible object
created_at object
domain object
id string The unique identifier for the Bookmark application.
logo_url object
name object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-bookmarks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_bookmarks",
  "title": "access_bookmarks",
  "properties": {
    "app_launcher_visible": {
      "$ref": "#/components/schemas/access_schemas-app_launcher_visible"
    },
    "created_at": {
      "$ref": "#/components/schemas/access_timestamp"
    },
    "domain": {
      "$ref": "#/components/schemas/access_schemas-domain"
    },
    "id": {
      "description": "The unique identifier for the Bookmark application.",
      "type": "string"
    },
    "logo_url": {
      "$ref": "#/components/schemas/access_logo_url"
    },
    "name": {
      "$ref": "#/components/schemas/access_bookmarks_components-schemas-name"
    },
    "updated_at": {
      "$ref": "#/components/schemas/access_timestamp"
    }
  },
  "type": "object"
}