{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaSubInfo", "title": "MetaSubInfo", "properties": { "orgId": { "description": "Organization ID used for this operation.", "example": "97cdbf45-ebe2-4687-8341-44d5c7abf101", "format": "uuid", "type": "string" } }, "type": "object" }