Last active
June 8, 2026 06:46
-
-
Save paulwellnerbou/856bc6c15125748e5aa1fd6372714544 to your computer and use it in GitHub Desktop.
Anonymized OpenAPI schema for Swagger UI performance reproduction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.1", | |
| "info": { | |
| "contact": { | |
| "email": "support@example.test", | |
| "name": "Example Organization", | |
| "url": "https://example.test" | |
| }, | |
| "description": "Anonymized OpenAPI schema.", | |
| "title": "Example API", | |
| "version": "@project.version@" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://api.example.test" | |
| } | |
| ], | |
| "security": [ | |
| { | |
| "SecurityScheme001": [] | |
| } | |
| ], | |
| "tags": [ | |
| { | |
| "description": "Anonymized text.", | |
| "name": "Tag004" | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "name": "Tag003" | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "name": "Tag002" | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "name": "Tag005" | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "name": "Tag001" | |
| } | |
| ], | |
| "paths": { | |
| "/v1/resource001/{param001}": { | |
| "get": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation008", | |
| "parameters": [ | |
| { | |
| "description": "Anonymized text.", | |
| "in": "path", | |
| "name": "param001", | |
| "required": true, | |
| "schema": { | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "description": "Anonymized text.", | |
| "headers": { | |
| "Content-Disposition": { | |
| "description": "Anonymized text.", | |
| "style": "simple" | |
| } | |
| } | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "404": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "422": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag001" | |
| ] | |
| } | |
| }, | |
| "/v1/resource002": { | |
| "get": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation001", | |
| "parameters": [ | |
| { | |
| "description": "Anonymized text.", | |
| "in": "query", | |
| "name": "param001", | |
| "required": true, | |
| "schema": { | |
| "uniqueItems": true, | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema169" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag003" | |
| ] | |
| }, | |
| "post": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation002", | |
| "parameters": [ | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "requestBody": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "uniqueItems": true, | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "required": true | |
| }, | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema169" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag003" | |
| ] | |
| } | |
| }, | |
| "/v1/resource003": { | |
| "get": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation003", | |
| "parameters": [ | |
| { | |
| "description": "Anonymized text.", | |
| "in": "query", | |
| "name": "param004", | |
| "required": true, | |
| "schema": { | |
| "uniqueItems": true, | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema169" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag003" | |
| ] | |
| }, | |
| "post": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation004", | |
| "parameters": [ | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "requestBody": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "uniqueItems": true, | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "required": true | |
| }, | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema169" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag003" | |
| ] | |
| } | |
| }, | |
| "/v1/resource004/{param001}": { | |
| "get": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation005", | |
| "parameters": [ | |
| { | |
| "in": "path", | |
| "name": "param001", | |
| "required": true, | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema059" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "300": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema229" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "404": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "422": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag004" | |
| ] | |
| } | |
| }, | |
| "/v1/resource004/{param001}/resource008.txt": { | |
| "get": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation007", | |
| "parameters": [ | |
| { | |
| "in": "path", | |
| "name": "param001", | |
| "required": true, | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "text/plain": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "404": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "422": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag005" | |
| ] | |
| } | |
| }, | |
| "/v1/resource005/{param004}": { | |
| "get": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation006", | |
| "parameters": [ | |
| { | |
| "in": "path", | |
| "name": "param004", | |
| "required": true, | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema059" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "300": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema229" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "404": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "422": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag004" | |
| ] | |
| } | |
| }, | |
| "/v1/resource006/resource004/{param001}": { | |
| "get": { | |
| "operationId": "operation009", | |
| "parameters": [ | |
| { | |
| "in": "path", | |
| "name": "param001", | |
| "required": true, | |
| "schema": { | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema152" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag002" | |
| ] | |
| } | |
| }, | |
| "/v1/resource006/resource005/{param004}": { | |
| "get": { | |
| "operationId": "operation010", | |
| "parameters": [ | |
| { | |
| "in": "path", | |
| "name": "param004", | |
| "required": true, | |
| "schema": { | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema152" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag002" | |
| ] | |
| } | |
| }, | |
| "/v1/resource007": { | |
| "get": { | |
| "description": "Anonymized text.", | |
| "operationId": "operation011", | |
| "parameters": [ | |
| { | |
| "in": "query", | |
| "name": "param002", | |
| "required": true, | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Anonymized text.", | |
| "example": "2024-01-01T00:00:00+00:00", | |
| "in": "query", | |
| "name": "param003" | |
| } | |
| ], | |
| "responses": { | |
| "200": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema259" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "300": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema229" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "400": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "401": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "404": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "422": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "$ref": "#/components/schemas/Schema068" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "tags": [ | |
| "Tag004" | |
| ] | |
| } | |
| } | |
| }, | |
| "components": { | |
| "schemas": { | |
| "Schema001": { | |
| "required": [ | |
| "property129", | |
| "property200", | |
| "property207", | |
| "property211", | |
| "property324", | |
| "property361" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property129": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema065" | |
| } | |
| }, | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property211": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema112" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/AccordionParagraphProperties" | |
| }, | |
| "property361": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema233" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value006" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema002": { | |
| "required": [ | |
| "property224" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property192": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property224": { | |
| "type": "boolean", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema003": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema004" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema274" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value008" | |
| } | |
| } | |
| }, | |
| "Schema004": { | |
| "type": "object", | |
| "properties": { | |
| "property006": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema005": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema006" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema125" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value007" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema006": { | |
| "type": "object", | |
| "properties": { | |
| "property192": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema007": { | |
| "type": "object", | |
| "properties": { | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema008": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema007" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema009" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value009" | |
| } | |
| } | |
| }, | |
| "Schema009": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value018": "#/components/schemas/Schema033", | |
| "value019": "#/components/schemas/Schema034", | |
| "value042": "#/components/schemas/Schema098", | |
| "value104": "#/components/schemas/Schema288", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema098" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| } | |
| ] | |
| }, | |
| "Schema010": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema011" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema288" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value010" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema011": { | |
| "type": "object", | |
| "properties": { | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema012": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema013" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema289" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value011" | |
| } | |
| } | |
| }, | |
| "Schema013": { | |
| "type": "object", | |
| "properties": { | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema014": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value019": "#/components/schemas/Schema034", | |
| "value045": "#/components/schemas/Schema104", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema104" | |
| } | |
| ] | |
| }, | |
| "Schema015": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value057": "#/components/schemas/Schema157", | |
| "value059": "#/components/schemas/Schema161", | |
| "value060": "#/components/schemas/Schema165", | |
| "value061": "#/components/schemas/Schema163", | |
| "value062": "#/components/schemas/Schema164" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema165" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema163" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema164" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema161" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema157" | |
| } | |
| ] | |
| }, | |
| "Schema016": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value012": "#/components/schemas/Schema019", | |
| "value014": "#/components/schemas/Schema023", | |
| "value016": "#/components/schemas/Schema027", | |
| "value017": "#/components/schemas/Schema031", | |
| "value021": "#/components/schemas/Schema038", | |
| "value028": "#/components/schemas/Schema060", | |
| "value034": "#/components/schemas/Schema077", | |
| "value037": "#/components/schemas/Schema089", | |
| "value041": "#/components/schemas/Schema094", | |
| "value052": "#/components/schemas/Schema120", | |
| "value056": "#/components/schemas/Schema132", | |
| "value057": "#/components/schemas/Schema157", | |
| "value064": "#/components/schemas/Schema171", | |
| "value068": "#/components/schemas/Schema178", | |
| "value072": "#/components/schemas/Schema186", | |
| "value075": "#/components/schemas/Schema197", | |
| "value077": "#/components/schemas/Schema202", | |
| "value080": "#/components/schemas/Schema210", | |
| "value082": "#/components/schemas/Schema209", | |
| "value083": "#/components/schemas/Schema218", | |
| "value092": "#/components/schemas/Schema250", | |
| "value094": "#/components/schemas/Schema256", | |
| "value097": "#/components/schemas/Schema263", | |
| "value102": "#/components/schemas/Schema281", | |
| "value103": "#/components/schemas/Schema286" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema019" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema023" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema027" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema031" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema038" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema060" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema077" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema089" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema094" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema120" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema132" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema157" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema171" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema178" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema186" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema197" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema202" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema209" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema210" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema218" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema250" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema256" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema263" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema281" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema286" | |
| } | |
| ] | |
| }, | |
| "Schema017": { | |
| "required": [ | |
| "property290", | |
| "property297" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property290": { | |
| "$ref": "#/components/schemas/Schema166" | |
| }, | |
| "property297": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| } | |
| }, | |
| "Schema018": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value013": "#/components/schemas/Schema022", | |
| "value015": "#/components/schemas/Schema025", | |
| "value018": "#/components/schemas/Schema033", | |
| "value019": "#/components/schemas/Schema034", | |
| "value023": "#/components/schemas/Schema044", | |
| "value029": "#/components/schemas/Schema063", | |
| "value035": "#/components/schemas/Schema086", | |
| "value038": "#/components/schemas/Schema092", | |
| "value042": "#/components/schemas/Schema098", | |
| "value045": "#/components/schemas/Schema104", | |
| "value048": "#/components/schemas/Schema110", | |
| "value053": "#/components/schemas/Schema123", | |
| "value054": "#/components/schemas/Schema125", | |
| "value063": "#/components/schemas/Schema166", | |
| "value065": "#/components/schemas/Schema174", | |
| "value070": "#/components/schemas/Schema183", | |
| "value073": "#/components/schemas/Schema193", | |
| "value076": "#/components/schemas/Schema201", | |
| "value078": "#/components/schemas/Schema205", | |
| "value081": "#/components/schemas/Schema213", | |
| "value084": "#/components/schemas/Schema222", | |
| "value086": "#/components/schemas/Schema227", | |
| "value093": "#/components/schemas/Schema253", | |
| "value095": "#/components/schemas/Schema260", | |
| "value098": "#/components/schemas/Schema266", | |
| "value104": "#/components/schemas/Schema288", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema022" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema025" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema044" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema063" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema086" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema092" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema098" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema110" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema123" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema125" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema166" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema174" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema183" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema193" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema201" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema205" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema213" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema222" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema227" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema253" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema260" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema266" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| } | |
| ] | |
| }, | |
| "Schema019": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema020" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema021" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value012" | |
| } | |
| } | |
| }, | |
| "Schema020": { | |
| "required": [ | |
| "property034", | |
| "property362", | |
| "property449", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property110": { | |
| "$ref": "#/components/schemas/Schema057" | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property449": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema276" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema021": { | |
| "required": [ | |
| "property161", | |
| "property323", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property323": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema117" | |
| } | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema022": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema021" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value013" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema023": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema058" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema024" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value014" | |
| } | |
| } | |
| }, | |
| "Schema024": { | |
| "required": [ | |
| "property161", | |
| "property228", | |
| "property243", | |
| "property278", | |
| "property283", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property074": { | |
| "type": "string" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property091": { | |
| "$ref": "#/components/schemas/Schema054" | |
| }, | |
| "property136": { | |
| "$ref": "#/components/schemas/Schema069" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property186": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property228": { | |
| "type": "boolean" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property273": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property274": { | |
| "type": "string" | |
| }, | |
| "property275": { | |
| "type": "string" | |
| }, | |
| "property276": { | |
| "type": "string" | |
| }, | |
| "property277": { | |
| "type": "string" | |
| }, | |
| "property278": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property279": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property280": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property281": { | |
| "type": "string" | |
| }, | |
| "property282": { | |
| "type": "string" | |
| }, | |
| "property283": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property284": { | |
| "type": "string" | |
| }, | |
| "property285": { | |
| "type": "string" | |
| }, | |
| "property286": { | |
| "type": "string" | |
| }, | |
| "property287": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property288": { | |
| "type": "string" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property353": { | |
| "type": "string" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema025": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema024" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value015" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema026": { | |
| "title": "Anonymized schema", | |
| "type": "object", | |
| "properties": { | |
| "property078": { | |
| "type": "string" | |
| }, | |
| "property109": { | |
| "$ref": "#/components/schemas/Schema232" | |
| }, | |
| "property199": { | |
| "type": "string" | |
| }, | |
| "property302": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema027": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema058" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema030" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value016" | |
| } | |
| } | |
| }, | |
| "Schema028": { | |
| "required": [ | |
| "property271", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property030": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property042": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| }, | |
| "property165": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property166": { | |
| "type": "string" | |
| }, | |
| "property271": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property272": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema029": { | |
| "required": [ | |
| "property113", | |
| "property158" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property113": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema028" | |
| } | |
| }, | |
| "property158": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema070" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema030": { | |
| "required": [ | |
| "property161", | |
| "property237", | |
| "property243", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property024": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property029": { | |
| "$ref": "#/components/schemas/Schema029" | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property092": { | |
| "type": "string" | |
| }, | |
| "property115": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property116": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int64" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property181": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property182": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property186": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property202": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property237": { | |
| "type": "boolean" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property391": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property461": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema031": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema032" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema128" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value017" | |
| } | |
| } | |
| }, | |
| "Schema032": { | |
| "required": [ | |
| "property034", | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property004": { | |
| "$ref": "#/components/schemas/Schema005" | |
| }, | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema033": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema128" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value018" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema034": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema030" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value019" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema035": { | |
| "title": "Anonymized schema", | |
| "minimum": 0, | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema018" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value020" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema036": { | |
| "type": "object", | |
| "properties": { | |
| "property046": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property047": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property049": { | |
| "$ref": "#/components/schemas/Schema241" | |
| }, | |
| "property057": { | |
| "$ref": "#/components/schemas/Schema243" | |
| }, | |
| "property134": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| }, | |
| "property363": { | |
| "$ref": "#/components/schemas/Schema205" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema037": { | |
| "type": "object", | |
| "properties": { | |
| "property133": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "09:00:00+00:00" | |
| }, | |
| "property375": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property376": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property377": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property378": { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| "property379": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property380": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property412": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "09:00:00+00:00" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema038": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema039" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema043" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value021" | |
| } | |
| } | |
| }, | |
| "Schema039": { | |
| "type": "object", | |
| "properties": { | |
| "property256": { | |
| "$ref": "#/components/schemas/Schema100" | |
| }, | |
| "property257": { | |
| "$ref": "#/components/schemas/Schema102" | |
| }, | |
| "property373": { | |
| "$ref": "#/components/schemas/Schema040" | |
| }, | |
| "property396": { | |
| "$ref": "#/components/schemas/Schema040" | |
| } | |
| } | |
| }, | |
| "Schema040": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema041" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value022" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema041": { | |
| "type": "object", | |
| "properties": { | |
| "property049": { | |
| "$ref": "#/components/schemas/Schema044" | |
| }, | |
| "property479": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| } | |
| }, | |
| "Schema042": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value015": "#/components/schemas/Schema025", | |
| "value053": "#/components/schemas/Schema123", | |
| "value065": "#/components/schemas/Schema174" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema025" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema123" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema174" | |
| } | |
| ] | |
| }, | |
| "Schema043": { | |
| "required": [ | |
| "property056", | |
| "property076", | |
| "property157", | |
| "property161", | |
| "property243" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema045" | |
| }, | |
| "property050": { | |
| "type": "string" | |
| }, | |
| "property051": { | |
| "type": "string" | |
| }, | |
| "property052": { | |
| "$ref": "#/components/schemas/Schema042" | |
| }, | |
| "property053": { | |
| "type": "string" | |
| }, | |
| "property054": { | |
| "type": "string" | |
| }, | |
| "property055": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property056": { | |
| "type": "string" | |
| }, | |
| "property058": { | |
| "$ref": "#/components/schemas/Schema243" | |
| }, | |
| "property076": { | |
| "type": "boolean" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property093": { | |
| "type": "string" | |
| }, | |
| "property157": { | |
| "type": "boolean" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property315": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property374": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property395": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| } | |
| }, | |
| "Schema044": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema043" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property256": { | |
| "$ref": "#/components/schemas/Schema100" | |
| }, | |
| "property257": { | |
| "$ref": "#/components/schemas/Schema102" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value023" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema045": { | |
| "type": "object", | |
| "properties": { | |
| "property057": { | |
| "$ref": "#/components/schemas/Schema243" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema046": { | |
| "required": [ | |
| "property133", | |
| "property173", | |
| "property255", | |
| "property344", | |
| "property366", | |
| "property412", | |
| "property462", | |
| "property463" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property133": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property160": { | |
| "type": "string" | |
| }, | |
| "property173": { | |
| "type": "boolean" | |
| }, | |
| "property255": { | |
| "type": "boolean" | |
| }, | |
| "property344": { | |
| "type": "boolean" | |
| }, | |
| "property347": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property364": { | |
| "type": "string" | |
| }, | |
| "property366": { | |
| "type": "boolean" | |
| }, | |
| "property412": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property414": { | |
| "$ref": "#/components/schemas/Schema253" | |
| }, | |
| "property462": { | |
| "type": "boolean" | |
| }, | |
| "property463": { | |
| "type": "boolean" | |
| }, | |
| "property477": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema047": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property302" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property245": { | |
| "type": "string" | |
| }, | |
| "property302": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema048": { | |
| "required": [ | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value025": "#/components/schemas/Schema051", | |
| "value031": "#/components/schemas/Schema072", | |
| "value055": "#/components/schemas/Schema127", | |
| "value089": "#/components/schemas/Schema238" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema051" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema072" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema238" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema127" | |
| } | |
| ] | |
| }, | |
| "Schema049": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value018": "#/components/schemas/Schema033", | |
| "value104": "#/components/schemas/Schema288" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| } | |
| ] | |
| }, | |
| "Schema050": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value019": "#/components/schemas/Schema034", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| } | |
| ] | |
| }, | |
| "Schema051": { | |
| "required": [ | |
| "property238" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property238": { | |
| "$ref": "#/components/schemas/Schema050" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value025" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema052": { | |
| "required": [ | |
| "property300", | |
| "property453" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property082": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema053": { | |
| "required": [ | |
| "property129", | |
| "property200", | |
| "property207", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property129": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema065" | |
| } | |
| }, | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value067" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema054": { | |
| "required": [ | |
| "property322", | |
| "property452" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property322": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema055" | |
| } | |
| }, | |
| "property452": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema055": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property200", | |
| "property324", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value006": "#/components/schemas/Schema001", | |
| "value026": "#/components/schemas/Schema056", | |
| "value032": "#/components/schemas/Schema073", | |
| "value046": "#/components/schemas/Schema108", | |
| "value051": "#/components/schemas/Schema116", | |
| "value066": "#/components/schemas/Schema175", | |
| "value067": "#/components/schemas/Schema053", | |
| "value079": "#/components/schemas/Schema207", | |
| "value090": "#/components/schemas/Schema244", | |
| "value091": "#/components/schemas/Schema247", | |
| "value096": "#/components/schemas/Schema262", | |
| "value099": "#/components/schemas/Schema271" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema175" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema073" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema207" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema053" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema056" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema262" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema247" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema001" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema271" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema244" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema108" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema116" | |
| } | |
| ] | |
| }, | |
| "Schema056": { | |
| "required": [ | |
| "property200", | |
| "property207", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/EditorialParagraphProperties" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value026" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema057": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema018" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value027" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema058": { | |
| "required": [ | |
| "property007", | |
| "property034", | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property007": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema008" | |
| } | |
| }, | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema059": { | |
| "required": [ | |
| "property104", | |
| "property109" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property104": { | |
| "uniqueItems": true, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property109": { | |
| "$ref": "#/components/schemas/Schema016" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema060": { | |
| "required": [ | |
| "property080", | |
| "property083", | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property083": { | |
| "$ref": "#/components/schemas/Schema061" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema062" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value028" | |
| } | |
| } | |
| }, | |
| "Schema061": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property034", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema062": { | |
| "required": [ | |
| "property161", | |
| "property167", | |
| "property243", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property167": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property301": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema129" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property408": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property467": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema063": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema062" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value029" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema064": { | |
| "type": "object", | |
| "properties": { | |
| "property120": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema065": { | |
| "minimum": 0, | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema066" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema067" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value030" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema066": { | |
| "type": "object", | |
| "properties": { | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema067": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value013": "#/components/schemas/Schema022", | |
| "value018": "#/components/schemas/Schema033", | |
| "value019": "#/components/schemas/Schema034", | |
| "value035": "#/components/schemas/Schema086", | |
| "value038": "#/components/schemas/Schema092", | |
| "value042": "#/components/schemas/Schema098", | |
| "value063": "#/components/schemas/Schema166", | |
| "value070": "#/components/schemas/Schema183", | |
| "value076": "#/components/schemas/Schema201", | |
| "value104": "#/components/schemas/Schema288", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema022" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema086" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema092" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema098" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema166" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema183" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema201" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| } | |
| ] | |
| }, | |
| "Schema068": { | |
| "required": [ | |
| "property416" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property298": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property355": { | |
| "$ref": "#/components/schemas/Schema229" | |
| }, | |
| "property416": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32", | |
| "example": 442 | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema069": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property027", | |
| "property150", | |
| "property152", | |
| "property390", | |
| "property481" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property027": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema026" | |
| } | |
| }, | |
| "property138": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property139": { | |
| "type": "string" | |
| }, | |
| "property140": { | |
| "type": "string" | |
| }, | |
| "property141": { | |
| "type": "string" | |
| }, | |
| "property142": { | |
| "type": "string" | |
| }, | |
| "property143": { | |
| "type": "string" | |
| }, | |
| "property144": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property145": { | |
| "type": "string" | |
| }, | |
| "property146": { | |
| "type": "string" | |
| }, | |
| "property147": { | |
| "type": "string" | |
| }, | |
| "property148": { | |
| "$ref": "#/components/schemas/Schema063" | |
| }, | |
| "property149": { | |
| "type": "string" | |
| }, | |
| "property150": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property151": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property152": { | |
| "type": "array", | |
| "items": { | |
| "type": "string", | |
| "format": "date-time" | |
| } | |
| }, | |
| "property153": { | |
| "$ref": "#/components/schemas/Schema123" | |
| }, | |
| "property154": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property155": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property390": { | |
| "type": "boolean" | |
| }, | |
| "property481": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema291" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema070": { | |
| "type": "object", | |
| "properties": { | |
| "property026": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema071": { | |
| "required": [ | |
| "property026", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property026": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property030": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property272": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property404": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| }, | |
| "property472": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| } | |
| }, | |
| "Schema072": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema050" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value031" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema073": { | |
| "required": [ | |
| "property129", | |
| "property200", | |
| "property207", | |
| "property211", | |
| "property324", | |
| "property361" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property129": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema065" | |
| } | |
| }, | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property211": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema112" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/FAQParagraphProperties" | |
| }, | |
| "property361": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema233" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value032" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema074": { | |
| "type": "object", | |
| "properties": { | |
| "property350": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema075": { | |
| "required": [ | |
| "property214", | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema076" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema274" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value033" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema076": { | |
| "required": [ | |
| "property338" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property338": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema077": { | |
| "required": [ | |
| "property080", | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema084" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value034" | |
| } | |
| } | |
| }, | |
| "Schema078": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property321" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property321": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema083" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema079": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property122" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property077": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property122": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema080" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value024" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema080": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value024": "#/components/schemas/Schema079", | |
| "value036": "#/components/schemas/Schema081", | |
| "value050": "#/components/schemas/Schema085" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema085" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema079" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema081" | |
| } | |
| ] | |
| }, | |
| "Schema081": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property122" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property065": { | |
| "type": "string" | |
| }, | |
| "property122": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema080" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value036" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema082": { | |
| "title": "Anonymized schema", | |
| "type": "object", | |
| "properties": { | |
| "property245": { | |
| "type": "string" | |
| }, | |
| "property468": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema083": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property122" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property065": { | |
| "type": "string" | |
| }, | |
| "property105": { | |
| "type": "string" | |
| }, | |
| "property122": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema080" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema084": { | |
| "required": [ | |
| "property112", | |
| "property177", | |
| "property262", | |
| "property382" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property081": { | |
| "type": "string" | |
| }, | |
| "property103": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property112": { | |
| "type": "boolean" | |
| }, | |
| "property177": { | |
| "$ref": "#/components/schemas/Schema078" | |
| }, | |
| "property178": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property262": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema130" | |
| } | |
| }, | |
| "property302": { | |
| "type": "string" | |
| }, | |
| "property341": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property342": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property343": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property367": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property382": { | |
| "type": "boolean" | |
| } | |
| } | |
| }, | |
| "Schema085": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property318", | |
| "property365", | |
| "property466" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property102": { | |
| "type": "string" | |
| }, | |
| "property105": { | |
| "type": "string" | |
| }, | |
| "property164": { | |
| "type": "string" | |
| }, | |
| "property203": { | |
| "type": "string" | |
| }, | |
| "property245": { | |
| "type": "string" | |
| }, | |
| "property318": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema082" | |
| } | |
| }, | |
| "property365": { | |
| "type": "boolean" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value050" | |
| }, | |
| "property466": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "description": "Anonymized text.", | |
| "example": { | |
| "maxlength": "42" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema086": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema084" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value035" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema087": { | |
| "type": "object", | |
| "properties": { | |
| "property089": { | |
| "$ref": "#/components/schemas/Schema088" | |
| }, | |
| "property105": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema088": { | |
| "required": [ | |
| "property248", | |
| "property258" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property013": { | |
| "type": "number", | |
| "description": "Anonymized text.", | |
| "format": "double", | |
| "example": 100.0 | |
| }, | |
| "property248": { | |
| "type": "number", | |
| "description": "Anonymized text.", | |
| "format": "double", | |
| "example": 56.789012 | |
| }, | |
| "property258": { | |
| "type": "number", | |
| "description": "Anonymized text.", | |
| "format": "double", | |
| "example": 12.345678 | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema089": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema090" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema091" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value037" | |
| } | |
| } | |
| }, | |
| "Schema090": { | |
| "type": "object", | |
| "properties": { | |
| "property340": { | |
| "$ref": "#/components/schemas/Schema100" | |
| } | |
| } | |
| }, | |
| "Schema091": { | |
| "required": [ | |
| "property127" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property125": { | |
| "type": "string" | |
| }, | |
| "property126": { | |
| "type": "string" | |
| }, | |
| "property127": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema118" | |
| } | |
| }, | |
| "property128": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema092": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema091" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property340": { | |
| "$ref": "#/components/schemas/Schema100" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value038" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema093": { | |
| "title": "Anonymized schema", | |
| "minimum": 0, | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema018" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value040" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema094": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema058" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema096" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value041" | |
| } | |
| } | |
| }, | |
| "Schema095": { | |
| "required": [ | |
| "property322", | |
| "property452" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property322": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema097" | |
| } | |
| }, | |
| "property452": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema096": { | |
| "required": [ | |
| "property091", | |
| "property161", | |
| "property243", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property091": { | |
| "$ref": "#/components/schemas/Schema095" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property336": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema097": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property200", | |
| "property324", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value039": "#/components/schemas/Schema101", | |
| "value051": "#/components/schemas/Schema116" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema116" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema101" | |
| } | |
| ] | |
| }, | |
| "Schema098": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema099" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value042" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema099": { | |
| "required": [ | |
| "property161", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property336": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema100": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema104" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value043" | |
| } | |
| } | |
| }, | |
| "Schema101": { | |
| "required": [ | |
| "property200", | |
| "property207", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value039" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema102": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema103" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema104" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value044" | |
| } | |
| } | |
| }, | |
| "Schema103": { | |
| "type": "object", | |
| "properties": { | |
| "property439": { | |
| "type": "string" | |
| }, | |
| "property440": { | |
| "type": "number", | |
| "format": "double" | |
| } | |
| } | |
| }, | |
| "Schema104": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema105" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value045" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema105": { | |
| "required": [ | |
| "property469" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property014": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property065": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property206": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property469": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema106" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema106": { | |
| "required": [ | |
| "property028", | |
| "property193", | |
| "property302", | |
| "property480" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property028": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property193": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int64", | |
| "example": 768 | |
| }, | |
| "property302": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property467": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "https://example.test/resource" | |
| }, | |
| "property480": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int64", | |
| "example": 1024 | |
| } | |
| } | |
| }, | |
| "Schema107": { | |
| "type": "object", | |
| "properties": { | |
| "property238": { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value047" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema108": { | |
| "required": [ | |
| "property200", | |
| "property207", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/InfoboxParagraphProperties" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value046" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema109": { | |
| "type": "object", | |
| "properties": { | |
| "property192": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema110": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property212", | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property212": { | |
| "$ref": "#/components/schemas/Schema107" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema111" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value048" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema111": { | |
| "required": [ | |
| "property192", | |
| "property213", | |
| "property233" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property192": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property213": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property233": { | |
| "type": "boolean", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema112": { | |
| "minimum": 0, | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema113" | |
| }, | |
| "property239": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema114" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value049" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema113": { | |
| "type": "object", | |
| "properties": { | |
| "property338": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema114": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value048": "#/components/schemas/Schema110", | |
| "value070": "#/components/schemas/Schema183" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema183" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema110" | |
| } | |
| ] | |
| }, | |
| "Schema115": { | |
| "required": [ | |
| "property175", | |
| "property362" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property175": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema075" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema116": { | |
| "required": [ | |
| "property200", | |
| "property207", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value051" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema117": { | |
| "required": [ | |
| "property242", | |
| "property468" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property242": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property468": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema118": { | |
| "required": [ | |
| "property242", | |
| "property468" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property242": { | |
| "type": "string" | |
| }, | |
| "property468": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema119": { | |
| "required": [ | |
| "property413" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property063": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property119": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property120": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property172": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property317": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property348": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property413": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property473": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property474": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| }, | |
| "property475": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time", | |
| "example": "2024-01-01T00:00:00+00:00" | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "Schema120": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema121" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema122" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value052" | |
| } | |
| } | |
| }, | |
| "Schema121": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property034", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema122": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property040", | |
| "property161", | |
| "property243", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property040": { | |
| "type": "boolean" | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property106": { | |
| "type": "string" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property253": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema129" | |
| }, | |
| "property338": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema123": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema122" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value053" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema124": { | |
| "type": "object", | |
| "properties": { | |
| "property381": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "https://example.test/resource" | |
| }, | |
| "property478": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "https://example.test/resource" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema125": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema126" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value054" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema126": { | |
| "required": [ | |
| "property232", | |
| "property453" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property232": { | |
| "type": "boolean" | |
| }, | |
| "property289": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property420": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property422": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema254" | |
| } | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema127": { | |
| "required": [ | |
| "property238" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property238": { | |
| "$ref": "#/components/schemas/Schema049" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value055" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema128": { | |
| "required": [ | |
| "property086", | |
| "property161", | |
| "property190", | |
| "property237", | |
| "property243", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property024": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property025": { | |
| "type": "string" | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property067": { | |
| "$ref": "#/components/schemas/Schema125" | |
| }, | |
| "property073": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property092": { | |
| "type": "string" | |
| }, | |
| "property105": { | |
| "type": "string" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property190": { | |
| "type": "boolean", | |
| "description": "Anonymized text." | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property202": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property237": { | |
| "type": "boolean" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property418": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property419": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property445": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema129": { | |
| "required": [ | |
| "property121", | |
| "property259" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property121": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property259": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "example": "example-value", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema242" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema130": { | |
| "type": "object", | |
| "properties": { | |
| "property261": { | |
| "type": "string" | |
| }, | |
| "property263": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema131": { | |
| "required": [ | |
| "property265", | |
| "property302" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property265": { | |
| "type": "string" | |
| }, | |
| "property302": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema132": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema058" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema133" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value056" | |
| } | |
| } | |
| }, | |
| "Schema133": { | |
| "required": [ | |
| "property161", | |
| "property183", | |
| "property234", | |
| "property235", | |
| "property264", | |
| "property369", | |
| "property407", | |
| "property410", | |
| "property443" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property095": { | |
| "type": "string" | |
| }, | |
| "property096": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property097": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property098": { | |
| "type": "string" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property183": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property234": { | |
| "type": "boolean" | |
| }, | |
| "property235": { | |
| "type": "boolean" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property264": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema131" | |
| } | |
| }, | |
| "property303": { | |
| "type": "string" | |
| }, | |
| "property304": { | |
| "type": "string" | |
| }, | |
| "property305": { | |
| "type": "string" | |
| }, | |
| "property306": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property307": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property308": { | |
| "type": "string" | |
| }, | |
| "property368": { | |
| "type": "string" | |
| }, | |
| "property369": { | |
| "type": "string" | |
| }, | |
| "property370": { | |
| "type": "string" | |
| }, | |
| "property372": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property407": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property443": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema272" | |
| } | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema134": { | |
| "required": [ | |
| "property299", | |
| "property328", | |
| "property422" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property184": { | |
| "$ref": "#/components/schemas/Schema141" | |
| }, | |
| "property201": { | |
| "type": "string" | |
| }, | |
| "property231": { | |
| "type": "boolean", | |
| "description": "Anonymized text." | |
| }, | |
| "property255": { | |
| "$ref": "#/components/schemas/Schema145" | |
| }, | |
| "property299": { | |
| "$ref": "#/components/schemas/Schema148" | |
| }, | |
| "property328": { | |
| "$ref": "#/components/schemas/Schema151" | |
| }, | |
| "property422": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema153" | |
| } | |
| }, | |
| "property437": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema154" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema135": { | |
| "required": [ | |
| "property244", | |
| "property246" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property244": { | |
| "type": "string" | |
| }, | |
| "property246": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema136": { | |
| "required": [ | |
| "property371" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property371": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema137": { | |
| "required": [ | |
| "property132", | |
| "property411" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property132": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property411": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| }, | |
| "property465": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema138": { | |
| "required": [ | |
| "property453", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property453": { | |
| "type": "string" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema139": { | |
| "required": [ | |
| "property230", | |
| "property406" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property230": { | |
| "type": "boolean" | |
| }, | |
| "property406": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema138" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema140": { | |
| "required": [ | |
| "property131" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property131": { | |
| "type": "boolean" | |
| }, | |
| "property250": { | |
| "type": "string" | |
| }, | |
| "property252": { | |
| "type": "string" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema141": { | |
| "required": [ | |
| "property156" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property156": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value", | |
| "enum": [ | |
| "value001" | |
| ] | |
| }, | |
| "property358": { | |
| "type": "string" | |
| }, | |
| "property359": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema142": { | |
| "required": [ | |
| "property244", | |
| "property453", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property013": { | |
| "type": "string" | |
| }, | |
| "property244": { | |
| "type": "string" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema143": { | |
| "required": [ | |
| "property071", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property070": { | |
| "type": "string" | |
| }, | |
| "property071": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property072": { | |
| "type": "string" | |
| }, | |
| "property188": { | |
| "type": "string" | |
| }, | |
| "property189": { | |
| "type": "string" | |
| }, | |
| "property195": { | |
| "type": "string" | |
| }, | |
| "property196": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property197": { | |
| "type": "string" | |
| }, | |
| "property198": { | |
| "type": "string" | |
| }, | |
| "property465": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema144": { | |
| "required": [ | |
| "property069", | |
| "property094" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property069": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema143" | |
| } | |
| }, | |
| "property094": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema137" | |
| } | |
| }, | |
| "property357": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema145": { | |
| "required": [ | |
| "property118" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property039": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property118": { | |
| "type": "integer", | |
| "format": "int32" | |
| } | |
| } | |
| }, | |
| "Schema146": { | |
| "required": [ | |
| "property010", | |
| "property107", | |
| "property227", | |
| "property244" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property010": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property107": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property227": { | |
| "type": "boolean" | |
| }, | |
| "property244": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema147": { | |
| "required": [ | |
| "property031", | |
| "property225", | |
| "property301", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property031": { | |
| "maxItems": 1, | |
| "minItems": 1, | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema135" | |
| } | |
| }, | |
| "property162": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property176": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property225": { | |
| "type": "boolean" | |
| }, | |
| "property267": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property301": { | |
| "type": "string" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema148": { | |
| "required": [ | |
| "property207", | |
| "property389" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property041": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property060": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property117": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property124": { | |
| "$ref": "#/components/schemas/Schema140" | |
| }, | |
| "property207": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema142" | |
| } | |
| }, | |
| "property266": { | |
| "$ref": "#/components/schemas/Schema146" | |
| }, | |
| "property384": { | |
| "type": "string" | |
| }, | |
| "property389": { | |
| "type": "boolean" | |
| }, | |
| "property441": { | |
| "type": "string" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema149": { | |
| "required": [ | |
| "property038", | |
| "property230" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property038": { | |
| "$ref": "#/components/schemas/Schema136" | |
| }, | |
| "property230": { | |
| "type": "boolean", | |
| "description": "Anonymized text.", | |
| "example": true, | |
| "enum": [ | |
| true | |
| ] | |
| } | |
| } | |
| }, | |
| "Schema150": { | |
| "required": [ | |
| "property476" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property476": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int64" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema151": { | |
| "required": [ | |
| "property460" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property114": { | |
| "$ref": "#/components/schemas/Schema139" | |
| }, | |
| "property241": { | |
| "$ref": "#/components/schemas/Schema144" | |
| }, | |
| "property460": { | |
| "$ref": "#/components/schemas/Schema149" | |
| }, | |
| "property482": { | |
| "$ref": "#/components/schemas/Schema156" | |
| } | |
| } | |
| }, | |
| "Schema152": { | |
| "required": [ | |
| "property104", | |
| "property270" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property008": { | |
| "$ref": "#/components/schemas/Schema150" | |
| }, | |
| "property104": { | |
| "uniqueItems": true, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property270": { | |
| "$ref": "#/components/schemas/Schema134" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema153": { | |
| "required": [ | |
| "property226", | |
| "property244", | |
| "property269" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property226": { | |
| "type": "boolean" | |
| }, | |
| "property244": { | |
| "type": "string" | |
| }, | |
| "property269": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema147" | |
| } | |
| }, | |
| "property471": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema154": { | |
| "required": [ | |
| "property244", | |
| "property246", | |
| "property406" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property244": { | |
| "type": "string" | |
| }, | |
| "property246": { | |
| "type": "string" | |
| }, | |
| "property406": { | |
| "maxItems": 1, | |
| "minItems": 1, | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema155" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema155": { | |
| "required": [ | |
| "property244", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property244": { | |
| "type": "string" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema156": { | |
| "required": [ | |
| "property230" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property230": { | |
| "type": "boolean" | |
| } | |
| } | |
| }, | |
| "Schema157": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property080", | |
| "property214", | |
| "property254", | |
| "property295", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema159" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property295": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema162" | |
| } | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value057" | |
| } | |
| } | |
| }, | |
| "Schema158": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value013": "#/components/schemas/Schema022", | |
| "value015": "#/components/schemas/Schema025", | |
| "value023": "#/components/schemas/Schema044", | |
| "value053": "#/components/schemas/Schema123", | |
| "value063": "#/components/schemas/Schema166", | |
| "value065": "#/components/schemas/Schema174", | |
| "value093": "#/components/schemas/Schema253" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema174" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema123" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema025" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema044" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema253" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema022" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema166" | |
| } | |
| ] | |
| }, | |
| "Schema159": { | |
| "required": [ | |
| "property296" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property296": { | |
| "type": "string" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema160": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema017" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value058" | |
| } | |
| } | |
| }, | |
| "Schema161": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property295" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property293": { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| "property295": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema015" | |
| } | |
| }, | |
| "property426": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value059" | |
| } | |
| } | |
| }, | |
| "Schema162": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value059": "#/components/schemas/Schema161", | |
| "value060": "#/components/schemas/Schema165", | |
| "value061": "#/components/schemas/Schema163", | |
| "value062": "#/components/schemas/Schema164" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema165" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema163" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema164" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema161" | |
| } | |
| ] | |
| }, | |
| "Schema163": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property295", | |
| "property453" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property293": { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| "property294": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property295": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema015" | |
| } | |
| }, | |
| "property424": { | |
| "$ref": "#/components/schemas/Schema260" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value061" | |
| } | |
| } | |
| }, | |
| "Schema164": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property295", | |
| "property453" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property291": { | |
| "$ref": "#/components/schemas/Schema158" | |
| }, | |
| "property293": { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| "property294": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property295": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema290" | |
| } | |
| }, | |
| "property453": { | |
| "type": "string" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value062" | |
| } | |
| } | |
| }, | |
| "Schema165": { | |
| "title": "Anonymized schema", | |
| "type": "object", | |
| "properties": { | |
| "property465": { | |
| "type": "string", | |
| "default": "value060" | |
| } | |
| } | |
| }, | |
| "Schema166": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema167" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value063" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema167": { | |
| "required": [ | |
| "property296" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property296": { | |
| "type": "string" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema168": { | |
| "required": [ | |
| "property068", | |
| "property159", | |
| "property249", | |
| "property397", | |
| "property402", | |
| "property423", | |
| "property444" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property068": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema047" | |
| } | |
| }, | |
| "property159": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property249": { | |
| "$ref": "#/components/schemas/Schema119" | |
| }, | |
| "property397": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property402": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property423": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property444": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema169": { | |
| "required": [ | |
| "property111", | |
| "property135", | |
| "property311", | |
| "property312" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property111": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/components/schemas/Schema059" | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "property135": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/components/schemas/Schema068" | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "property311": { | |
| "minimum": 0, | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| }, | |
| "property312": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema170": { | |
| "required": [ | |
| "property259", | |
| "property394" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property023": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property259": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "example": "example-value", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema242" | |
| } | |
| }, | |
| "property394": { | |
| "type": "boolean", | |
| "description": "Anonymized text.", | |
| "example": true | |
| }, | |
| "property405": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema171": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema172" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema173" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value064" | |
| } | |
| } | |
| }, | |
| "Schema172": { | |
| "required": [ | |
| "property034", | |
| "property449", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property449": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema276" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema173": { | |
| "required": [ | |
| "property161", | |
| "property243", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property091": { | |
| "$ref": "#/components/schemas/Schema054" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema174": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema173" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value065" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema175": { | |
| "required": [ | |
| "property129", | |
| "property200", | |
| "property207", | |
| "property211", | |
| "property324", | |
| "property361" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property129": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema065" | |
| } | |
| }, | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property211": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema112" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property361": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema233" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value066" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema176": { | |
| "minimum": 0, | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema177" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema177": { | |
| "required": [ | |
| "property469" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property014": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property065": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property179": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property206": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property338": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property469": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema106" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema178": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema058" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema181" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value068" | |
| } | |
| } | |
| }, | |
| "Schema179": { | |
| "required": [ | |
| "property322", | |
| "property452" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property322": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema182" | |
| } | |
| }, | |
| "property452": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema180": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema183" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value069" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema181": { | |
| "required": [ | |
| "property130", | |
| "property161", | |
| "property243", | |
| "property400", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property002": { | |
| "type": "string" | |
| }, | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property105": { | |
| "$ref": "#/components/schemas/Schema179" | |
| }, | |
| "property123": { | |
| "type": "string" | |
| }, | |
| "property130": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property171": { | |
| "type": "string" | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property247": { | |
| "type": "string" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema129" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property400": { | |
| "$ref": "#/components/schemas/Schema246" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property425": { | |
| "$ref": "#/components/schemas/Schema240" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema182": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property200", | |
| "property324", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value026": "#/components/schemas/Schema056", | |
| "value032": "#/components/schemas/Schema073", | |
| "value046": "#/components/schemas/Schema108", | |
| "value051": "#/components/schemas/Schema116", | |
| "value066": "#/components/schemas/Schema175", | |
| "value079": "#/components/schemas/Schema207", | |
| "value090": "#/components/schemas/Schema244", | |
| "value091": "#/components/schemas/Schema247", | |
| "value096": "#/components/schemas/Schema262", | |
| "value099": "#/components/schemas/Schema271" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema175" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema073" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema108" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema056" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema244" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema247" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema271" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema116" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema207" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema262" | |
| } | |
| ] | |
| }, | |
| "Schema183": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema181" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value070" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema184": { | |
| "required": [ | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property325": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema185": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value018": "#/components/schemas/Schema033", | |
| "value019": "#/components/schemas/Schema034", | |
| "value104": "#/components/schemas/Schema288", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| } | |
| ] | |
| }, | |
| "Schema186": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema189" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema190" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value072" | |
| } | |
| } | |
| }, | |
| "Schema187": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema188" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema034" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value071" | |
| } | |
| } | |
| }, | |
| "Schema188": { | |
| "type": "object", | |
| "properties": { | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema189": { | |
| "required": [ | |
| "property034", | |
| "property329", | |
| "property334", | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property329": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema187" | |
| } | |
| }, | |
| "property334": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema195" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema190": { | |
| "required": [ | |
| "property022", | |
| "property086", | |
| "property161", | |
| "property243", | |
| "property326", | |
| "property331", | |
| "property332", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property022": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property240": { | |
| "type": "string" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property326": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema184" | |
| } | |
| }, | |
| "property330": { | |
| "type": "string" | |
| }, | |
| "property331": { | |
| "$ref": "#/components/schemas/Schema192" | |
| }, | |
| "property332": { | |
| "type": "string" | |
| }, | |
| "property333": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema191": { | |
| "title": "Anonymized schema", | |
| "type": "object", | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value053": "#/components/schemas/Schema123", | |
| "value073": "#/components/schemas/Schema193" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema193" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema123" | |
| } | |
| ] | |
| }, | |
| "Schema192": { | |
| "required": [ | |
| "property210" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property032": { | |
| "type": "string" | |
| }, | |
| "property090": { | |
| "type": "string" | |
| }, | |
| "property163": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property174": { | |
| "$ref": "#/components/schemas/Schema191" | |
| }, | |
| "property210": { | |
| "type": "boolean", | |
| "description": "Anonymized text." | |
| }, | |
| "property250": { | |
| "type": "string" | |
| }, | |
| "property260": { | |
| "type": "string" | |
| }, | |
| "property268": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int64" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema193": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema194" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value073" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema194": { | |
| "required": [ | |
| "property161", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema195": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema196" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema289" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value074" | |
| } | |
| } | |
| }, | |
| "Schema196": { | |
| "type": "object", | |
| "properties": { | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema197": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema199" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema200" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value075" | |
| } | |
| } | |
| }, | |
| "Schema198": { | |
| "type": "object", | |
| "properties": { | |
| "property018": { | |
| "type": "string" | |
| }, | |
| "property019": { | |
| "$ref": "#/components/schemas/Schema014" | |
| }, | |
| "property021": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema199": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property034", | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema200": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property020", | |
| "property161", | |
| "property392", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property020": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema198" | |
| } | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property086": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property105": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property168": { | |
| "$ref": "#/components/schemas/Schema086" | |
| }, | |
| "property169": { | |
| "type": "string" | |
| }, | |
| "property170": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property180": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property313": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema129" | |
| }, | |
| "property350": { | |
| "type": "string" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property392": { | |
| "type": "boolean" | |
| }, | |
| "property393": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property457": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema201": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema200" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value076" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema202": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema203" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema204" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value077" | |
| } | |
| } | |
| }, | |
| "Schema203": { | |
| "required": [ | |
| "property034", | |
| "property075", | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property034": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property075": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema048" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema204": { | |
| "required": [ | |
| "property048", | |
| "property059", | |
| "property091", | |
| "property161", | |
| "property243", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property048": { | |
| "maxItems": 10, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema037" | |
| } | |
| }, | |
| "property049": { | |
| "$ref": "#/components/schemas/Schema241" | |
| }, | |
| "property059": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema046" | |
| } | |
| }, | |
| "property091": { | |
| "$ref": "#/components/schemas/Schema054" | |
| }, | |
| "property092": { | |
| "type": "string" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema205": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema206" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value078" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema206": { | |
| "required": [ | |
| "property059", | |
| "property161", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property059": { | |
| "maxItems": 10, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema046" | |
| } | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema207": { | |
| "required": [ | |
| "property200", | |
| "property207", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property207": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema176" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/QuoteParagraphProperties" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value079" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema208": { | |
| "type": "object", | |
| "properties": { | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema209": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema215" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema217" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value082" | |
| } | |
| } | |
| }, | |
| "Schema210": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema211" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema212" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value080" | |
| } | |
| } | |
| }, | |
| "Schema211": { | |
| "required": [ | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema212": { | |
| "required": [ | |
| "property091", | |
| "property161", | |
| "property302", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property091": { | |
| "$ref": "#/components/schemas/Schema054" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property302": { | |
| "type": "string" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema213": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema214" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value081" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema214": { | |
| "required": [ | |
| "property161", | |
| "property302", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property302": { | |
| "type": "string" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema215": { | |
| "required": [ | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property088": { | |
| "$ref": "#/components/schemas/Schema180" | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema216": { | |
| "required": [ | |
| "property322", | |
| "property452" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property322": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema224" | |
| } | |
| }, | |
| "property452": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema217": { | |
| "required": [ | |
| "property091", | |
| "property161", | |
| "property349", | |
| "property352", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property074": { | |
| "type": "string" | |
| }, | |
| "property087": { | |
| "type": "string" | |
| }, | |
| "property091": { | |
| "$ref": "#/components/schemas/Schema216" | |
| }, | |
| "property108": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property316": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property337": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property349": { | |
| "type": "boolean" | |
| }, | |
| "property352": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema213" | |
| } | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema218": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema219" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema220" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value083" | |
| } | |
| } | |
| }, | |
| "Schema219": { | |
| "required": [ | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema220": { | |
| "required": [ | |
| "property091", | |
| "property161", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property091": { | |
| "$ref": "#/components/schemas/Schema054" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema221": { | |
| "required": [ | |
| "property217" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property215": { | |
| "$ref": "#/components/schemas/Schema222" | |
| }, | |
| "property216": { | |
| "type": "string" | |
| }, | |
| "property217": { | |
| "type": "string" | |
| }, | |
| "property218": { | |
| "type": "number", | |
| "format": "double" | |
| }, | |
| "property219": { | |
| "type": "string" | |
| }, | |
| "property220": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema222": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema223" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value084" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema223": { | |
| "required": [ | |
| "property161", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema224": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property200", | |
| "property324", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value006": "#/components/schemas/Schema001", | |
| "value026": "#/components/schemas/Schema056", | |
| "value032": "#/components/schemas/Schema073", | |
| "value046": "#/components/schemas/Schema108", | |
| "value051": "#/components/schemas/Schema116", | |
| "value066": "#/components/schemas/Schema175", | |
| "value079": "#/components/schemas/Schema207", | |
| "value085": "#/components/schemas/Schema225", | |
| "value090": "#/components/schemas/Schema244", | |
| "value091": "#/components/schemas/Schema247", | |
| "value096": "#/components/schemas/Schema262", | |
| "value099": "#/components/schemas/Schema271" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema175" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema001" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema073" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema108" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema056" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema244" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema225" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema247" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema271" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema116" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema207" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema262" | |
| } | |
| ] | |
| }, | |
| "Schema225": { | |
| "required": [ | |
| "property200", | |
| "property324", | |
| "property361" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/RecipeSectionParagraphProperties" | |
| }, | |
| "property361": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema233" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value085" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema226": { | |
| "required": [ | |
| "property221" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property221": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema221" | |
| } | |
| }, | |
| "property222": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema227": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema228" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property458": { | |
| "$ref": "#/components/schemas/Schema280" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value086" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema228": { | |
| "required": [ | |
| "property161", | |
| "property410" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema229": { | |
| "required": [ | |
| "property351" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property351": { | |
| "type": "string", | |
| "enum": [ | |
| "value004" | |
| ] | |
| }, | |
| "property446": { | |
| "$ref": "#/components/schemas/Schema230" | |
| }, | |
| "property447": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema230": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property398", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property398": { | |
| "type": "string" | |
| }, | |
| "property465": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema231": { | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value012": "#/components/schemas/Schema019", | |
| "value014": "#/components/schemas/Schema023", | |
| "value016": "#/components/schemas/Schema027", | |
| "value017": "#/components/schemas/Schema031", | |
| "value041": "#/components/schemas/Schema094", | |
| "value052": "#/components/schemas/Schema120", | |
| "value057": "#/components/schemas/Schema157", | |
| "value064": "#/components/schemas/Schema171", | |
| "value068": "#/components/schemas/Schema178", | |
| "value072": "#/components/schemas/Schema186", | |
| "value077": "#/components/schemas/Schema202", | |
| "value102": "#/components/schemas/Schema281", | |
| "value103": "#/components/schemas/Schema286" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema019" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema023" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema027" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema031" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema094" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema120" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema157" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema171" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema178" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema186" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema202" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema281" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema286" | |
| } | |
| ] | |
| }, | |
| "Schema232": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value013": "#/components/schemas/Schema022", | |
| "value015": "#/components/schemas/Schema025", | |
| "value018": "#/components/schemas/Schema033", | |
| "value019": "#/components/schemas/Schema034", | |
| "value029": "#/components/schemas/Schema063", | |
| "value042": "#/components/schemas/Schema098", | |
| "value053": "#/components/schemas/Schema123", | |
| "value065": "#/components/schemas/Schema174", | |
| "value070": "#/components/schemas/Schema183", | |
| "value073": "#/components/schemas/Schema193", | |
| "value076": "#/components/schemas/Schema201", | |
| "value078": "#/components/schemas/Schema205", | |
| "value081": "#/components/schemas/Schema213", | |
| "value084": "#/components/schemas/Schema222", | |
| "value086": "#/components/schemas/Schema227", | |
| "value104": "#/components/schemas/Schema288", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema022" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema025" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema063" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema098" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema123" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema174" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema183" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema193" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema201" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema205" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema227" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema213" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema222" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| } | |
| ] | |
| }, | |
| "Schema233": { | |
| "minimum": 0, | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema234" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema274" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value087" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema234": { | |
| "type": "object", | |
| "properties": { | |
| "property338": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema235": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema236" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema274" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value088" | |
| } | |
| } | |
| }, | |
| "Schema236": { | |
| "type": "object", | |
| "properties": { | |
| "property338": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property454": { | |
| "$ref": "#/components/schemas/Schema124" | |
| } | |
| } | |
| }, | |
| "Schema237": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property200", | |
| "property324", | |
| "property452" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "format": "html" | |
| }, | |
| "property324": { | |
| "type": "string" | |
| }, | |
| "property452": { | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema238": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema050" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value089" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema239": { | |
| "required": [ | |
| "property468" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property245": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property468": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema240": { | |
| "required": [ | |
| "property468" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property245": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property356": { | |
| "$ref": "#/components/schemas/Schema025" | |
| }, | |
| "property468": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema241": { | |
| "required": [ | |
| "property468" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property245": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property356": { | |
| "$ref": "#/components/schemas/Schema044" | |
| }, | |
| "property468": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema242": { | |
| "required": [ | |
| "property468" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property245": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property356": { | |
| "$ref": "#/components/schemas/Schema123" | |
| }, | |
| "property468": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema243": { | |
| "required": [ | |
| "property468" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property245": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| }, | |
| "property356": { | |
| "$ref": "#/components/schemas/Schema253" | |
| }, | |
| "property468": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "example-value" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema244": { | |
| "required": [ | |
| "property200", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/SimpleIndentedParagraphProperties" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value090" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema245": { | |
| "required": [ | |
| "property209" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property209": { | |
| "maximum": 3, | |
| "minimum": 1, | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema246": { | |
| "required": [ | |
| "property401" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property401": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema249" | |
| } | |
| }, | |
| "property464": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema247": { | |
| "required": [ | |
| "property035", | |
| "property200", | |
| "property205", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property035": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema035" | |
| } | |
| }, | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property205": { | |
| "minimum": 0, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema093" | |
| } | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/SocialMediaParagraphProperties" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value091" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema248": { | |
| "type": "object", | |
| "properties": { | |
| "property036": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property037": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property099": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time" | |
| }, | |
| "property125": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property201": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property208": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "format": "date-time" | |
| }, | |
| "property325": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property467": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema249": { | |
| "required": [ | |
| "property465", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property465": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema250": { | |
| "required": [ | |
| "property080", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema251" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema252" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property257": { | |
| "$ref": "#/components/schemas/Schema102" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value092" | |
| } | |
| } | |
| }, | |
| "Schema251": { | |
| "required": [ | |
| "property005", | |
| "property360", | |
| "property362" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property005": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema003" | |
| } | |
| }, | |
| "property360": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema253" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema252": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property289" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema045" | |
| }, | |
| "property100": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "09:00:00+00:00" | |
| }, | |
| "property187": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property289": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property314": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| }, | |
| "property319": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| }, | |
| "property385": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property386": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property387": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property415": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property417": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property453": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema253": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema252" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property257": { | |
| "$ref": "#/components/schemas/Schema102" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value093" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema254": { | |
| "type": "object", | |
| "properties": { | |
| "property346": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property403": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema255": { | |
| "required": [ | |
| "property203", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property203": { | |
| "type": "string" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema256": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema257" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema258" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value094" | |
| } | |
| } | |
| }, | |
| "Schema257": { | |
| "type": "object", | |
| "properties": { | |
| "property292": { | |
| "$ref": "#/components/schemas/Schema160" | |
| } | |
| } | |
| }, | |
| "Schema258": { | |
| "type": "object", | |
| "properties": { | |
| "property003": { | |
| "type": "string" | |
| }, | |
| "property011": { | |
| "type": "string" | |
| }, | |
| "property044": { | |
| "type": "string" | |
| }, | |
| "property064": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property101": { | |
| "$ref": "#/components/schemas/Schema231" | |
| }, | |
| "property137": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property194": { | |
| "$ref": "#/components/schemas/Schema231" | |
| }, | |
| "property302": { | |
| "type": "string" | |
| }, | |
| "property309": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property383": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property399": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "Schema259": { | |
| "required": [ | |
| "property104", | |
| "property109" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property104": { | |
| "uniqueItems": true, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property109": { | |
| "$ref": "#/components/schemas/Schema256" | |
| } | |
| } | |
| }, | |
| "Schema260": { | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema261" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value095" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema261": { | |
| "required": [ | |
| "property302" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property011": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property101": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property194": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property302": { | |
| "type": "string" | |
| }, | |
| "property354": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema262": { | |
| "required": [ | |
| "property200", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property345": { | |
| "property001": "#/components/schemas/EditorialParagraphProperties" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value096" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema263": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property080", | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema264" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value097" | |
| } | |
| } | |
| }, | |
| "Schema264": { | |
| "required": [ | |
| "property302", | |
| "property433", | |
| "property434", | |
| "property436" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property302": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property430": { | |
| "$ref": "#/components/schemas/Schema265" | |
| }, | |
| "property433": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property434": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property436": { | |
| "$ref": "#/components/schemas/Schema268" | |
| } | |
| } | |
| }, | |
| "Schema265": { | |
| "title": "Anonymized schema", | |
| "type": "object", | |
| "properties": { | |
| "property301": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property431": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema266": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema267" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value098" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema267": { | |
| "required": [ | |
| "property302", | |
| "property433", | |
| "property434" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property302": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property430": { | |
| "$ref": "#/components/schemas/Schema265" | |
| }, | |
| "property433": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property434": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| } | |
| }, | |
| "Schema268": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property427" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property427": { | |
| "type": "boolean" | |
| }, | |
| "property428": { | |
| "type": "string", | |
| "format": "date-time" | |
| }, | |
| "property429": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "example": "09:00:00+00:00" | |
| }, | |
| "property432": { | |
| "type": "string" | |
| }, | |
| "property435": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema269": { | |
| "required": [ | |
| "property085", | |
| "property191" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property065": { | |
| "type": "string" | |
| }, | |
| "property085": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema273" | |
| } | |
| }, | |
| "property191": { | |
| "$ref": "#/components/schemas/Schema273" | |
| }, | |
| "property438": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema270": { | |
| "required": [ | |
| "property012", | |
| "property200", | |
| "property324" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property012": { | |
| "type": "string", | |
| "description": "Anonymized text.", | |
| "enum": [ | |
| "value003", | |
| "value005", | |
| "value002" | |
| ] | |
| }, | |
| "property200": { | |
| "type": "string", | |
| "format": "html" | |
| }, | |
| "property324": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema271": { | |
| "required": [ | |
| "property200", | |
| "property324", | |
| "property442" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property200": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property324": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property442": { | |
| "$ref": "#/components/schemas/Schema269" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value099" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema272": { | |
| "required": [ | |
| "property302", | |
| "property335" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property302": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property335": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema273": { | |
| "required": [ | |
| "property066" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property066": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema270" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema274": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value013": "#/components/schemas/Schema022", | |
| "value015": "#/components/schemas/Schema025", | |
| "value018": "#/components/schemas/Schema033", | |
| "value019": "#/components/schemas/Schema034", | |
| "value029": "#/components/schemas/Schema063", | |
| "value038": "#/components/schemas/Schema092", | |
| "value042": "#/components/schemas/Schema098", | |
| "value053": "#/components/schemas/Schema123", | |
| "value065": "#/components/schemas/Schema174", | |
| "value070": "#/components/schemas/Schema183", | |
| "value073": "#/components/schemas/Schema193", | |
| "value076": "#/components/schemas/Schema201", | |
| "value078": "#/components/schemas/Schema205", | |
| "value081": "#/components/schemas/Schema213", | |
| "value084": "#/components/schemas/Schema222", | |
| "value086": "#/components/schemas/Schema227", | |
| "value104": "#/components/schemas/Schema288", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema022" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema025" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema063" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema092" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema098" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema123" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema174" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema183" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema193" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema201" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema205" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema227" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema222" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema213" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| } | |
| ] | |
| }, | |
| "Schema275": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property254", | |
| "property300", | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value018": "#/components/schemas/Schema033", | |
| "value019": "#/components/schemas/Schema034", | |
| "value045": "#/components/schemas/Schema104", | |
| "value104": "#/components/schemas/Schema288", | |
| "value105": "#/components/schemas/Schema289" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema034" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema033" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema289" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema288" | |
| } | |
| ] | |
| }, | |
| "Schema276": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema277" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema274" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value100" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema277": { | |
| "required": [ | |
| "property229", | |
| "property236", | |
| "property338" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property009": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property061": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property062": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property229": { | |
| "type": "boolean", | |
| "description": "Anonymized text." | |
| }, | |
| "property236": { | |
| "type": "boolean", | |
| "description": "Anonymized text." | |
| }, | |
| "property251": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property338": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property339": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property426": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property453": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property455": { | |
| "$ref": "#/components/schemas/Schema018" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| } | |
| }, | |
| "Schema278": { | |
| "required": [ | |
| "property239" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema279" | |
| }, | |
| "property239": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema274" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value101" | |
| } | |
| } | |
| }, | |
| "Schema279": { | |
| "type": "object", | |
| "properties": { | |
| "property251": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| } | |
| }, | |
| "Schema280": { | |
| "type": "object", | |
| "properties": { | |
| "property204": { | |
| "$ref": "#/components/schemas/Schema104" | |
| }, | |
| "property327": { | |
| "$ref": "#/components/schemas/Schema185" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema281": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema282" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema285" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value102" | |
| } | |
| } | |
| }, | |
| "Schema282": { | |
| "required": [ | |
| "property007", | |
| "property017", | |
| "property034", | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property007": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema008" | |
| } | |
| }, | |
| "property017": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema012" | |
| } | |
| }, | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema283": { | |
| "required": [ | |
| "property271", | |
| "property467" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property030": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property042": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| }, | |
| "property043": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int32" | |
| }, | |
| "property165": { | |
| "type": "integer", | |
| "format": "int64" | |
| }, | |
| "property166": { | |
| "type": "string" | |
| }, | |
| "property193": { | |
| "type": "integer", | |
| "format": "int32" | |
| }, | |
| "property271": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property272": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property404": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property467": { | |
| "type": "string" | |
| }, | |
| "property472": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property480": { | |
| "type": "integer", | |
| "format": "int32" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema284": { | |
| "required": [ | |
| "property113", | |
| "property158", | |
| "property421" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property113": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema283" | |
| } | |
| }, | |
| "property158": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema071" | |
| } | |
| }, | |
| "property421": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema255" | |
| } | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema285": { | |
| "required": [ | |
| "property028", | |
| "property161", | |
| "property237", | |
| "property243", | |
| "property410", | |
| "property437" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property015": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property024": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property025": { | |
| "type": "string" | |
| }, | |
| "property028": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property032": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property033": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property045": { | |
| "$ref": "#/components/schemas/Schema036" | |
| }, | |
| "property092": { | |
| "type": "string" | |
| }, | |
| "property105": { | |
| "type": "string" | |
| }, | |
| "property115": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property116": { | |
| "type": "integer", | |
| "description": "Anonymized text.", | |
| "format": "int64" | |
| }, | |
| "property161": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "property181": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property182": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema239" | |
| } | |
| }, | |
| "property185": { | |
| "$ref": "#/components/schemas/Schema087" | |
| }, | |
| "property186": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property192": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property202": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property237": { | |
| "type": "boolean" | |
| }, | |
| "property243": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| }, | |
| "property245": { | |
| "$ref": "#/components/schemas/Schema239" | |
| }, | |
| "property320": { | |
| "$ref": "#/components/schemas/Schema170" | |
| }, | |
| "property388": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property398": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property409": { | |
| "type": "string" | |
| }, | |
| "property410": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property437": { | |
| "type": "array", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema266" | |
| } | |
| }, | |
| "property451": { | |
| "$ref": "#/components/schemas/Schema237" | |
| }, | |
| "property459": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property461": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| }, | |
| "property470": { | |
| "$ref": "#/components/schemas/Schema284" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema286": { | |
| "required": [ | |
| "property080", | |
| "property084", | |
| "property214", | |
| "property223", | |
| "property254", | |
| "property300", | |
| "property448" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property080": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema052" | |
| } | |
| }, | |
| "property084": { | |
| "$ref": "#/components/schemas/Schema287" | |
| }, | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema128" | |
| }, | |
| "property223": { | |
| "$ref": "#/components/schemas/Schema115" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value103" | |
| } | |
| } | |
| }, | |
| "Schema287": { | |
| "required": [ | |
| "property016", | |
| "property034", | |
| "property362", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property004": { | |
| "$ref": "#/components/schemas/Schema005" | |
| }, | |
| "property016": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema010" | |
| } | |
| }, | |
| "property034": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema180" | |
| } | |
| }, | |
| "property362": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema235" | |
| } | |
| }, | |
| "property450": { | |
| "maxItems": 1, | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| } | |
| } | |
| }, | |
| "Schema288": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema128" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value104" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema289": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property214", | |
| "property254", | |
| "property300", | |
| "property448", | |
| "property450" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property214": { | |
| "$ref": "#/components/schemas/Schema285" | |
| }, | |
| "property254": { | |
| "$ref": "#/components/schemas/Schema124" | |
| }, | |
| "property300": { | |
| "$ref": "#/components/schemas/Schema168" | |
| }, | |
| "property448": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema275" | |
| } | |
| }, | |
| "property450": { | |
| "type": "array", | |
| "description": "Anonymized text.", | |
| "items": { | |
| "$ref": "#/components/schemas/Schema278" | |
| } | |
| }, | |
| "property465": { | |
| "type": "string", | |
| "default": "value105" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| }, | |
| "Schema290": { | |
| "title": "Anonymized schema", | |
| "required": [ | |
| "property465" | |
| ], | |
| "type": "object", | |
| "properties": { | |
| "property465": { | |
| "type": "string", | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "description": "Anonymized text.", | |
| "discriminator": { | |
| "mapping": { | |
| "value057": "#/components/schemas/Schema157", | |
| "value060": "#/components/schemas/Schema165", | |
| "value061": "#/components/schemas/Schema163", | |
| "value062": "#/components/schemas/Schema164" | |
| }, | |
| "propertyName": "property465" | |
| }, | |
| "oneOf": [ | |
| { | |
| "$ref": "#/components/schemas/Schema165" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema163" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema164" | |
| }, | |
| { | |
| "$ref": "#/components/schemas/Schema157" | |
| } | |
| ] | |
| }, | |
| "Schema291": { | |
| "title": "Anonymized schema", | |
| "type": "object", | |
| "properties": { | |
| "property079": { | |
| "type": "string" | |
| }, | |
| "property109": { | |
| "$ref": "#/components/schemas/Schema232" | |
| }, | |
| "property310": { | |
| "type": "string" | |
| }, | |
| "property456": { | |
| "type": "string" | |
| } | |
| }, | |
| "description": "Anonymized text." | |
| } | |
| }, | |
| "securitySchemes": { | |
| "SecurityScheme001": { | |
| "description": "Anonymized text.", | |
| "in": "header", | |
| "name": "X-Example-Auth", | |
| "type": "apiKey" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment