JsonSchemaObjectBinding
org.sagebionetworks.repo.model.schema.JsonSchemaObjectBinding
Describes the binding of a JSON schema to an object
| Field | Type | Description |
|---|---|---|
| jsonSchemaVersionInfo | JsonSchemaVersionInfo | Information about a single version of a JSON schema. |
| objectId | INTEGER | The numeric identifier of the object bound to a JSON schema |
| objectType | BoundObjectType | Object types that can be bound to a JSON schema. |
| createdOn | STRING | The date this binding was created. |
| createdBy | STRING | The ID of the user that bound this object to the schema. |
| enableDerivedAnnotations | BOOLEAN | When 'true', Synapse will automatically, calculate the derived annotations for the Entities bound to this schema |