{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceSpecInlineText", "type": "object", "description": "Specifies service specification with inline text.", "properties": { "spec_text": { "type": "string", "description": "Specifies service specification. You can use a pair of dollar signs ($$) to delimit the beginning and ending of the specification string." } } }