A tag
{ "$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" }