spectrum-config_base_app_config

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on object
id object
modified_on object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-config-base-app-config-schema.json Raw ↑
{
  "$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"
}