api-shield_host

RFC3986-compliant host.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-host-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_host",
  "title": "api-shield_host",
  "description": "RFC3986-compliant host.",
  "example": "www.example.com",
  "format": "hostname",
  "maxLength": 255,
  "type": "string"
}