DataDog / schema

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

SMTC-48: Extracting the semantic type definitions into their own file. #45

Closed fpddog closed 10 months ago

fpddog commented 10 months ago

We need to start structuring our semantic definitions a little better and be a bit more formal about the meaning of the various portions of our JSON Schema. The theory behind this can be found in: https://docs.google.com/document/d/1dSgEMsCAV6PnNwRT5SRUEvUJz4rSyNDZ7PkbuYPQvXw/edit#heading=h.e47r8vm6ehr4

This PR refactors the semantic definitions so that we have all types defined in their own file to promote reusability after we break up the models into dedicated files as well.

fpddog commented 10 months ago

Dropping this PR in lieu of https://github.com/DataDog/schema/pull/46