SchemaDocumentReference Object
Contains information about references included within a schema document uploaded to the platform.
This object is used by the following operations:
- POST /api/models/readfiledetails (in the response)
- Operations that reference the AddModelRequest object
The properties included in the SchemaDocumentReference object are listed below.
Property | Type | Description |
---|---|---|
DropboxFileId | long | Unique ID for the API description document file uploaded to the Dropbox. |
FileName | string | Filename for the API description document file uploaded to the Dropbox. |
SchemaImports | SchemaImports[ ] |
Contains information about a model schema import. One or more. |
RequireModelName | boolean | Indicates whether the model name must be provided. If a model name is not required and not provided, the name is taken from the filename. |