A tag
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_tag", "title": "access_tag", "description": "A tag", "properties": { "app_count": { "description": "The number of applications that have this tag", "example": 1, "type": "integer" }, "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" }