{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/stores-dynamic-form-rule-structure.json", "name": "DynamicFormRule", "description": "DynamicFormRule schema from Flipdish API - Stores.", "type": "object", "properties": { "Value": { "type": "object" }, "Message": { "type": "string", "example": "string" }, "Scopes": { "type": "string", "example": "string" } } }