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