{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceId", "type": "object", "properties": { "Name": { "type": "string" }, "Names": { "type": "array", "items": { "type": "string" } }, "AccountId": { "type": "string" }, "Type": { "type": "string" } } }