magic_route_update_many_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
routes array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-route-update-many-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_route_update_many_request",
  "title": "magic_route_update_many_request",
  "properties": {
    "routes": {
      "items": {
        "$ref": "#/components/schemas/magic_route_update_single_request"
      },
      "type": "array"
    }
  },
  "required": [
    "routes"
  ],
  "type": "object"
}