{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-structure/1factory-fai-list-structure.json", "name": "FaiList", "description": "FaiList schema from 1Factory API", "type": "array", "items": { "$ref": "#/components/schemas/Fai" }, "minItems": 0, "maxItems": 500 }