api-shield_operation_feature_parameter_schemas

APIs.ioEngineeringPlatform

Properties

Name Type Description
parameter_schemas object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-operation-feature-parameter-schemas-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_operation_feature_parameter_schemas",
  "title": "api-shield_operation_feature_parameter_schemas",
  "properties": {
    "parameter_schemas": {
      "properties": {
        "last_updated": {
          "$ref": "#/components/schemas/api-shield_timestamp"
        },
        "parameter_schemas": {
          "$ref": "#/components/schemas/api-shield_parameter_schemas_definition"
        }
      },
      "type": "object"
    }
  },
  "readOnly": true,
  "required": [
    "parameter_schemas",
    "last_updated"
  ],
  "type": "object"
}