rulesets_schemas-request_model

APIs.ioEngineeringPlatform

Properties

Name Type Description
scope object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-schemas-request-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_schemas-request_model",
  "title": "rulesets_schemas-request_model",
  "properties": {
    "scope": {
      "$ref": "#/components/schemas/rulesets_scope"
    },
    "type": {
      "$ref": "#/components/schemas/rulesets_type"
    }
  },
  "type": "object"
}