Schema URL https://catalog.lintel.tools/schemas/schemastore/datadog-service-definition/_shared/latest--datastore.schema.json
Parent schema datadog-service-definition

Schema for datastore entities

All of

1. Latest Entity.schema Latest Entity.schema
2. object object
apiVersion enum
Values: "v3"
kind enum
Values: "datastore"
metadata object
extensions object
spec object
6 nested properties
lifecycle string

The lifecycle state of the datastore.

Examples: "experimental", "production", "deprecated"
minLength=1
tier string

The importance of the datastore

Examples: "1", "High"
minLength=1
type string

The type of datastore

Examples: "redis", "postgres", "cassandra"
componentOf string[]

A list of components the datastore is a part of

Examples: "system:my-example-system", "service:myapp"
dependsOn string[]

A list of components the datastore depends on

Examples: "service:myapp", "queue:myqueue", "datastore:mydatastore", "library:mylibrary"
dependencyOf string[]

A list of components the datastore is a dependency of

Examples: "service:parentapp"
datadog object

Datadog product integrations for the datastore entity

4 nested properties