{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceFunction", "type": "object", "description": "Service based function", "properties": { "endpoint": { "type": "string", "description": "Function's endpoint" }, "path": { "type": "string", "description": "Function's path" } } }