{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/calls_app_with_secret", "title": "calls_app_with_secret", "properties": { "created": { "$ref": "#/components/schemas/calls_created" }, "modified": { "$ref": "#/components/schemas/calls_modified" }, "name": { "$ref": "#/components/schemas/calls_name" }, "secret": { "$ref": "#/components/schemas/calls_secret" }, "uid": { "$ref": "#/components/schemas/calls_identifier" } }, "type": "object" }