Admin Settings
on the Portkey dashboardOrganisation Properties
sectionAPI Key Metadata Schema
or Workspace Metadata Schema
"type": "object"
at the top level must always be present"additionalProperties": true
must be present and always set to true
"type": "string"
Requirement | Description |
---|---|
"type": "object" | The top-level schema must be declared as an object |
"properties": {...} | Define the metadata fields and their constraints |
"additionalProperties": true | Additional properties must be allowed |
Basic Schema
Schema With Required Fields
Schema With Default Values
Schema With Enum Values
Create
+Add Workspace