rulesets_response_model

APIs.ioEngineeringPlatform

Properties

Name Type Description
available object
enabled object
id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-response-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_response_model",
  "title": "rulesets_response_model",
  "properties": {
    "available": {
      "$ref": "#/components/schemas/rulesets_available"
    },
    "enabled": {
      "$ref": "#/components/schemas/rulesets_enabled"
    },
    "id": {
      "$ref": "#/components/schemas/rulesets_id"
    }
  },
  "type": "object"
}