{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BetaTester", "type": "object", "properties": { "type": { "type": "string" }, "id": { "type": "string", "description": "The opaque resource ID that uniquely identifies the beta tester" } } }