magic_route_delete_id

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-route-delete-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_route_delete_id",
  "title": "magic_route_delete_id",
  "allOf": [
    {
      "properties": {
        "id": {
          "$ref": "#/components/schemas/magic_identifier"
        }
      },
      "required": [
        "id"
      ]
    }
  ]
}