Endpoints

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-endpoints-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Endpoints",
  "title": "Endpoints",
  "type": "object",
  "minProperties": 1,
  "maxProperties": 2,
  "additionalProperties": {
    "$ref": "#/components/schemas/EndpointLists"
  }
}