api-shield_basic_operation

APIs.ioEngineeringPlatform

Properties

Name Type Description
endpoint object
host object
method object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-basic-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_basic_operation",
  "title": "api-shield_basic_operation",
  "properties": {
    "endpoint": {
      "$ref": "#/components/schemas/api-shield_endpoint"
    },
    "host": {
      "$ref": "#/components/schemas/api-shield_host"
    },
    "method": {
      "$ref": "#/components/schemas/api-shield_method"
    }
  },
  "required": [
    "method",
    "host",
    "endpoint"
  ],
  "type": "object"
}