OpenForm

Metadata

Last updated on

Custom key-value pairs

A Metadata is a collection of custom key-value pairs for storing domain-specific or organizational data. All Artifacts can have metadata associated with them.

Properties

[key: string]: string | number | boolean | null
Keys must be alphanumeric with hyphens. Values can be strings, numbers, booleans, or null

Examples

metadata:
  department: Human Resources
  category: onboarding
  priority: 1
  isPublic: false
  approvedBy: null

On this page