{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceRegistry", "type": "object", "properties": { "registryArn": { "type": "string", "description": "The ARN of the Cloud Map service registry." }, "port": { "type": "integer" }, "containerName": { "type": "string" }, "containerPort": { "type": "integer" } } }