DataDog / schema

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

SMTC-55: Add support for "aspects" in the semantic model #51

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 Aspects, i.e. the groups of properties that are related to each other and\nare curated by one owner.",
  "properties": {
    "infosec": {
      "description": "This aspect relates to infosec concerns",
      "id": "infosec",
      "owner": "trust_and_safety",
      "title": "Infosec",
      "type": "string"
    }
  },
  "required": [
    "infosec"
  ],
  "title": "AspectsRegistry",
  "type": "object"
}