CreateSchemaRequest
org.sagebionetworks.repo.model.schema.CreateSchemaRequest
An AsynchronousRequestBody to define a new JsonSchema.
Field | Type | Description |
---|---|---|
concreteType | STRING | |
schema | JsonSchema | The JSON schema is defined by: json-schema.org, specifically draft-07. Only features listed here are currently supported. |
dryRun | BOOLEAN | When true, an attempt will be made to create the schema normally, but the resulting schema will not be retained. This can be used to validate a schema without actually registering it. The default value is false. |