JsonSchemaVersionInfo
org.sagebionetworks.repo.model.schema.JsonSchemaVersionInfo
Information about a single version of a JSON schema.
| Field | Type | Description |
|---|---|---|
| organizationId | STRING | The Synapse issued numeric identifier for the organization. |
| organizationName | STRING | The name of the organization to which this schema belongs. |
| schemaId | STRING | The Synapse issued numeric identifier for the schema. |
| schemaName | STRING | The name of the this schema. |
| versionId | STRING | The Synapse issued numeric identifier for this version. |
| $id | STRING | The full '$id' of this schema version |
| semanticVersion | STRING | The semantic version label provided when this version was created. Can be null if a semantic version was not provided when this version was created. |
| jsonSHA256Hex | STRING | The SHA-256 hexadecimal hash of the UTF-8 encoded JSON schema. |
| createdOn | STRING | The date this JSON schema version was created. |
| createdBy | STRING | The ID of the user that created this JSON schema version. |