DataDog / schema

Datadog JSON Schemas
Apache License 2.0
22 stars 18 forks source link

SMTC-54: Add support for "owners" in the semantic model #50

Closed fpddog closed 10 months ago

fpddog commented 10 months ago

Adding in the owners registry.

generate draft produced:

{
  "description": "Represents the registry of all Semantic Owners, i.e. the owners that maintain Semantic Properties.",
  "properties": {
    "trust_and_safety": {
      "contacts": [],
      "description": "This is the team responsible for the Trust and Safety of our customers.",
      "id": "trust_and_safety",
      "team": "Trust and Safety",
      "title": "Trust And Safety",
      "type": "string"
    }
  },
  "required": [
    "trust_and_safety"
  ],
  "title": "OwnersRegistry",
  "type": "object"
}