A Schema represents an API schema for a particular Api and Version.
Field | Type | Required | Description |
---|---|---|---|
api_id |
::String | ✔️ | The ID of the Api this Schema belongs to. |
created_at |
Date | ✔️ | Creation timestamp. |
description |
::String | ✔️ | A detailed description of the Schema. |
revision_id |
::String | ✔️ | An ID referencing this particular revision of the Schema. |
version_id |
::String | ✔️ | The version ID of the Api this Schema belongs to. |
workspace_id |
::String | ✔️ | The workspace ID this Schema belongs to. |