{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/subscriber_Post",
"title": "subscriber_Post",
"description": "The model for a POST to create a subscriber.\n",
"allOf": [
{
"$ref": "#/components/schemas/subscriber_Base"
}
],
"x-internal": false
}