CreateSchemaResponse
org.sagebionetworks.repo.model.schema.CreateSchemaResponse
The response of a create JsonSchema request.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| newVersionInfo | JsonSchemaVersionInfo | Information about a single version of a JSON schema. |
| validationSchema | JsonSchema | The JSON schema is defined by: json-schema.org, specifically draft-07. Only features listed here are currently supported. |