Information about the API version.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | str | ✅ | The version's name. |
schemas | List[CreateApiVersion1Schemas] | ✅ | A list of the version's schemas. |
collections | List[CreateApiVersion1Collections] | ✅ | A list of the version's collections. |
release_notes | str | ❌ | Information about the API version release. For example, changelog notes. |
Information about the schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | The schema's ID. |
Information about the collection.
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | The collection's ID. |
Information about the API version.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | str | ✅ | The version's name. |
branch | str | ✅ | The branch ID. |
schemas | List[CreateApiVersion2Schemas] | ✅ | A list of the version's schemas. |
collections | List[CreateApiVersion2Collections] | ✅ | A list of the version's collections. |
release_notes | str | ❌ | Information about the API version release. For example, changelog notes. |
Information about the schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
file_path | str | ❌ | The path to the schema root file in the Git repository. |
Information about the collection.
Properties
Name | Type | Required | Description |
---|---|---|---|
file_path | str | ❌ | Path to a collection in the Git repository. |
Information about the API version.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | str | ✅ | The version's name. |
branch | str | ✅ | The branch ID. |
schemas | List[CreateApiVersion3Schemas] | ✅ | A list of the version's schemas. |
collections | List[CreateApiVersion3Collections] | ✅ | A list of the version's collections. |
release_notes | str | ❌ | Information about the API version release. For example, changelog notes. |
Information about the schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
directory_path | str | ❌ | The path to the root directory where schemas are stored in the Git repository. |
Information about the collection.
Properties
Name | Type | Required | Description |
---|---|---|---|
file_path | str | ❌ | The path to the collection in the Git repository. |