api-shield_schemas-uuid

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-schemas-uuid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_schemas-uuid",
  "title": "api-shield_schemas-uuid",
  "allOf": [
    {
      "minLength": 36,
      "type": "string"
    },
    {
      "$ref": "#/components/schemas/api-shield_uuid"
    }
  ]
}