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

Schema for service entities

All of

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

The lifecycle state of the component.

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

The importance of the component

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

The type of service

Examples: "web", "grpc", "http", "rest", "graphql"
languages string[]

The service's programming language. See examples for a list of recognizable languages

Examples: ["dotnet","go","java","js","php","python","ruby","c++"]
dependsOn string[]

A list of components the service depends on

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

A list of components the service is a part of

Examples: "system:my-example-system", "service:myapp"
datadog object

Datadog product integrations for the service entity

4 nested properties