Amazon Outposts · Schema

MacAddress

MacAddress schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises
View JSON Schema on GitHub

JSON Schema

openapi-mac-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-mac-address-schema.json",
  "title": "MacAddress",
  "description": "MacAddress schema from Amazon Outposts",
  "type": "string",
  "pattern": "^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"
}