Input for creating or updating an object in ODP
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ObjectInput", "title": "ObjectInput", "type": "object", "description": "Input for creating or updating an object in ODP", "properties": { "object_id": { "type": "string", "description": "Unique identifier for the object" }, "fields": { "type": "object", "description": "Object field values", "additionalProperties": true } } }