{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceSpec", "type": "object", "description": "Specifies service specification.", "properties": { "spec_type": { "type": "string", "description": "Type of the service specification, can be `from_file` or `from_inline`." } } }