{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_public_schema", "title": "api-shield_public_schema", "properties": { "created_at": { "$ref": "#/components/schemas/api-shield_schemas-timestamp" }, "kind": { "$ref": "#/components/schemas/api-shield_kind" }, "name": { "description": "Name of the schema", "example": "petstore schema", "type": "string" }, "schema_id": { "$ref": "#/components/schemas/api-shield_schemas-uuid" }, "source": { "description": "Source of the schema", "example": "", "type": "string" }, "validation_enabled": { "$ref": "#/components/schemas/api-shield_validation_enabled" } }, "required": [ "schema_id", "name", "kind", "created_at" ], "type": "object" }