Wrike · Schema

CustomFieldValue

Work ManagementProject ManagementCollaborationProductivityWorkflow AutomationTask Management

Properties

Name Type Description
id string
value string
View JSON Schema on GitHub

JSON Schema

wrike-customfieldvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomFieldValue",
  "title": "CustomFieldValue",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}