{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BaseDeltaFunctionResponse", "title": "Base delta function response", "type": "object", "properties": { "@odata.nextLink": { "type": "string", "nullable": true }, "@odata.deltaLink": { "type": "string", "nullable": true } } }