{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/spectrum-config_base_app_config", "title": "spectrum-config_base_app_config", "properties": { "created_on": { "$ref": "#/components/schemas/spectrum-config_created" }, "id": { "$ref": "#/components/schemas/spectrum-config_app_identifier" }, "modified_on": { "$ref": "#/components/schemas/spectrum-config_modified" } }, "required": [ "id", "created_on", "modified_on" ], "type": "object" }