access_tag_without_app_count

A tag

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_at object
name object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-tag-without-app-count-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_tag_without_app_count",
  "title": "access_tag_without_app_count",
  "description": "A tag",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/access_timestamp"
    },
    "name": {
      "$ref": "#/components/schemas/access_tags_components-schemas-name"
    },
    "updated_at": {
      "$ref": "#/components/schemas/access_timestamp"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}