{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListingId", "title": "ListingId", "type": "integer", "format": "int64", "minimum": 1, "description": "The ID of the channel listing that has been created, returned, or updated. In a 422 error, you may receive a response that references the `group_id`. The `group_id` in the Invalid Listing ID example refers to the `listing_id`. Please use `listing_id` instead of `group_id` in the request payload.", "x-internal": false }