{
  "meta": {
    "schema": "1.0",
    "version": "1.0",
    "name": "ACM Blueprint",
    "description": "",
    "requires": {
      "wordpress": "6.0",
      "acm": "0.18.0"
    }
  },
  "models": {
    "demotext": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Text",
      "plural": "Demo Texts",
      "slug": "demotext",
      "api_visibility": "private",
      "model_icon": "dashicons-text",
      "description": "Text field examples. Imported via WP-CLI.",
      "fields": {
        "1656064439336": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064439336",
          "position": "0",
          "name": "Text Entry Title",
          "slug": "textEntryTitle",
          "isRepeatable": false,
          "isTitle": true,
          "inputType": "single",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064451808": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064451808",
          "position": "10000",
          "name": "Text Single Line",
          "slug": "textSingleLine",
          "isRepeatable": false,
          "inputType": "single",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064459778": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064459778",
          "position": "20000",
          "name": "Text Multiple Lines",
          "slug": "textMultipleLines",
          "isRepeatable": false,
          "inputType": "multi",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064470891": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064470891",
          "position": "30000",
          "name": "Text Single Repeatable",
          "slug": "textSingleRepeatable",
          "isRepeatable": true,
          "inputType": "single",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064485718": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064485718",
          "position": "40000",
          "name": "Text Multiple Repeatable",
          "slug": "textMultipleRepeatable",
          "isRepeatable": true,
          "inputType": "multi",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064504529": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064504529",
          "position": "50000",
          "name": "Text Single Required",
          "slug": "textSingleRequired",
          "isRepeatable": false,
          "inputType": "single",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064513033": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064513033",
          "position": "60000",
          "name": "Text Multiple Required",
          "slug": "textMultipleRequired",
          "isRepeatable": false,
          "inputType": "multi",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064526847": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064526847",
          "position": "70000",
          "name": "Text Single Repeatable Required",
          "slug": "textSingleRepeatableRequired",
          "isRepeatable": true,
          "inputType": "single",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064542135": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064542135",
          "position": "80000",
          "name": "Text Multiple Repeatable Required",
          "slug": "textMultipleRepeatableRequired",
          "isRepeatable": true,
          "inputType": "multi",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064555741": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064555741",
          "position": "90000",
          "name": "Text Single Min Max Character Limit",
          "slug": "textSingleMinMaxCharacterLimit",
          "isRepeatable": false,
          "inputType": "single",
          "required": false,
          "description": "",
          "minChars": 1,
          "maxChars": 5,
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064573146": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064573146",
          "position": "100000",
          "name": "Text Multiple Min Max Character Limit",
          "slug": "textMultipleMinMaxCharacterLimit",
          "isRepeatable": false,
          "inputType": "multi",
          "required": false,
          "description": "",
          "minChars": 1,
          "maxChars": 5,
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064599024": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064599024",
          "position": "110000",
          "name": "Text Single Repeatable Min Max Character Limit",
          "slug": "textSingleRepeatableMinMaxCharacterLimit",
          "isRepeatable": true,
          "inputType": "single",
          "required": false,
          "description": "",
          "minChars": 1,
          "maxChars": 5,
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064625762": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064625762",
          "position": "120000",
          "name": "Text Multiple Repeatable Min Max Character Limit",
          "slug": "textMultipleRepeatableMinMaxCharacterLimit",
          "isRepeatable": true,
          "inputType": "multi",
          "required": false,
          "description": "",
          "minChars": 1,
          "maxChars": 5,
          "minRepeatable": "",
          "maxRepeatable": ""
        },
        "1656064646737": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064646737",
          "position": "130000",
          "name": "Text Single Repeatable Min Max Repeatable Limit",
          "slug": "textSingleRepeatableMinMaxRepeatableLimit",
          "isRepeatable": true,
          "inputType": "single",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": 1,
          "maxRepeatable": 5
        },
        "1656064665025": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "text",
          "id": "1656064665025",
          "position": "140000",
          "name": "Text Multiple Repeatable Min Max Repeatable Limit",
          "slug": "textMultipleRepeatableMinMaxRepeatableLimit",
          "isRepeatable": true,
          "inputType": "multi",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": 1,
          "maxRepeatable": 5
        }
      },
      "with_front": "1",
      "name": "Demo Texts"
    },
    "demorich": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Rich",
      "plural": "Demo Riches",
      "slug": "demorich",
      "api_visibility": "private",
      "model_icon": "dashicons-money-alt",
      "description": "Rich text field examples. Imported via WP-CLI.",
      "fields": {
        "1656064790635": {
          "type": "richtext",
          "id": "1656064790635",
          "model": "demorich",
          "position": "0",
          "name": "Rich Text",
          "slug": "richText",
          "isRepeatableRichText": false,
          "description": "",
          "open": false,
          "editing": false
        },
        "1656064796454": {
          "type": "richtext",
          "id": "1656064796454",
          "model": "demorich",
          "position": "10000",
          "name": "Rich Text Repeatable",
          "slug": "richTextRepeatable",
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableRichText": "true",
          "open": false,
          "editing": false
        }
      },
      "with_front": "1",
      "name": "Demo Riches"
    },
    "demonumber": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Number",
      "plural": "Demo Numbers",
      "slug": "demonumber",
      "api_visibility": "private",
      "model_icon": "dashicons-calculator",
      "description": "Number field examples. Imported via WP-CLI.",
      "fields": {
        "1656064898447": {
          "type": "number",
          "id": "1656064898447",
          "model": "demonumber",
          "position": "0",
          "name": "Integer",
          "slug": "integer",
          "isRepeatableNumber": false,
          "numberType": "integer",
          "required": false,
          "description": "",
          "minValue": "",
          "maxValue": "",
          "step": "",
          "open": false,
          "editing": false
        },
        "1656064918684": {
          "type": "number",
          "id": "1656064918684",
          "model": "demonumber",
          "position": "10000",
          "name": "Decimal",
          "slug": "decimal",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": false,
          "numberType": "decimal",
          "minValue": "",
          "maxValue": "",
          "step": "",
          "open": false,
          "editing": false
        },
        "1656064932145": {
          "type": "number",
          "id": "1656064932145",
          "model": "demonumber",
          "position": "20000",
          "name": "Integer Required",
          "slug": "integerRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": false,
          "numberType": "integer",
          "minValue": "",
          "maxValue": "",
          "step": "",
          "open": false,
          "editing": false
        },
        "1656064946290": {
          "type": "number",
          "id": "1656064946290",
          "model": "demonumber",
          "position": "30000",
          "name": "Decimal Required",
          "slug": "decimalRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": false,
          "numberType": "decimal",
          "minValue": "",
          "maxValue": "",
          "step": "",
          "open": false,
          "editing": false
        },
        "1656065036509": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065036509",
          "position": "40000",
          "name": "Integer Repeatable",
          "slug": "integerRepeatable",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": "true",
          "numberType": "integer",
          "minValue": "",
          "maxValue": "",
          "step": ""
        },
        "1656065053889": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065053889",
          "position": "50000",
          "name": "Decimal Repeatable",
          "slug": "decimalRepeatable",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": false,
          "numberType": "decimal",
          "minValue": "",
          "maxValue": "",
          "step": ""
        },
        "1656065066435": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065066435",
          "position": "60000",
          "name": "Integer Repeatable Required",
          "slug": "integerRepeatableRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": "true",
          "numberType": "integer",
          "minValue": "",
          "maxValue": "",
          "step": ""
        },
        "1656065096671": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065096671",
          "position": "70000",
          "name": "Decimal Repeatable Required",
          "slug": "decimalRepeatableRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": "true",
          "numberType": "decimal",
          "minValue": "",
          "maxValue": "",
          "step": ""
        },
        "1656065114675": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065114675",
          "position": "80000",
          "name": "Integer Min Max Step",
          "slug": "integerMinMaxStep",
          "isRepeatableNumber": false,
          "numberType": "integer",
          "required": false,
          "description": "",
          "minValue": 1,
          "maxValue": 6,
          "step": 2
        },
        "1656065169366": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065169366",
          "position": "90000",
          "name": "Decimal Min Max Step",
          "slug": "decimalMinMaxStep",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": false,
          "numberType": "decimal",
          "minValue": 1,
          "maxValue": 6,
          "step": 0.5
        },
        "1656065210243": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065210243",
          "position": "100000",
          "name": "Integer Repeatable Min Max Step",
          "slug": "integerRepeatableMinMaxStep",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": "true",
          "numberType": "integer",
          "minValue": 1,
          "maxValue": 6,
          "step": 2
        },
        "1656065251868": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "number",
          "id": "1656065251868",
          "position": "110000",
          "name": "Decimal Repeatable Min Max Step",
          "slug": "decimalRepeatableMinMaxStep",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableNumber": "true",
          "numberType": "decimal",
          "minValue": 1,
          "maxValue": 6,
          "step": 0.5
        }
      },
      "with_front": "1"
    },
    "demodate": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Date",
      "plural": "Demo Dates",
      "slug": "demodate",
      "api_visibility": "private",
      "model_icon": "dashicons-calendar-alt",
      "description": "Date field examples. Imported via WP-CLI.",
      "fields": {
        "1656065355757": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "date",
          "id": "1656065355757",
          "position": "0",
          "name": "Date",
          "slug": "dateexample",
          "isRepeatableDate": false,
          "required": false,
          "description": ""
        },
        "1656065379186": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "date",
          "id": "1656065379186",
          "position": "10000",
          "name": "Date Required",
          "slug": "dateRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableDate": false
        },
        "1656065399091": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "date",
          "id": "1656065399091",
          "position": "20000",
          "name": "Date Repeatable",
          "slug": "dateRepeatable",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableDate": "true"
        },
        "1656065435155": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "date",
          "id": "1656065435155",
          "position": "30000",
          "name": "Date Repeatable Required",
          "slug": "dateRepeatableRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableDate": "true"
        }
      },
      "with_front": "1"
    },
    "demomedia": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Media",
      "plural": "Demo Media",
      "slug": "demomedia",
      "api_visibility": "private",
      "model_icon": "dashicons-admin-media",
      "description": "Media field examples. Imported via WP-CLI.",
      "fields": {
        "1656065553454": {
          "type": "media",
          "id": "1656065553454",
          "model": "demomedia",
          "position": 0,
          "name": "Media",
          "slug": "media",
          "isRepeatableMedia": false,
          "required": false,
          "isFeatured": false,
          "description": "",
          "allowedTypes": "",
          "open": false,
          "editing": false
        },
        "1656065561104": {
          "type": "media",
          "id": "1656065561104",
          "model": "demomedia",
          "position": 10000,
          "name": "Media Featured",
          "slug": "mediaFeatured",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableMedia": false,
          "isFeatured": true,
          "allowedTypes": "",
          "open": false,
          "editing": false
        },
        "1656065572807": {
          "type": "media",
          "id": "1656065572807",
          "model": "demomedia",
          "position": 30000,
          "name": "Media Repeatable",
          "slug": "mediaRepeatable",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableMedia": "true",
          "isFeatured": false,
          "allowedTypes": "",
          "open": false,
          "editing": false
        },
        "1656065587163": {
          "type": "media",
          "id": "1656065587163",
          "model": "demomedia",
          "position": 20000,
          "name": "Media Required",
          "slug": "mediaRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableMedia": false,
          "isFeatured": false,
          "allowedTypes": "",
          "open": false,
          "editing": false
        },
        "1656065603460": {
          "type": "media",
          "id": "1656065603460",
          "model": "demomedia",
          "position": "40000",
          "name": "Media Repeatable Required",
          "slug": "mediaRepeatableRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableMedia": "true",
          "isFeatured": false,
          "allowedTypes": "",
          "open": false,
          "editing": false
        },
        "1656065616361": {
          "type": "media",
          "id": "1656065616361",
          "model": "demomedia",
          "position": "50000",
          "name": "Media JPG only",
          "slug": "mediaJPGOnly",
          "isRepeatableMedia": false,
          "required": false,
          "isFeatured": false,
          "description": "",
          "allowedTypes": "jpg,jpeg",
          "open": false,
          "editing": false
        }
      },
      "with_front": "1"
    },
    "demoboolean": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Boolean",
      "plural": "Demo Booleans",
      "slug": "demoboolean",
      "api_visibility": "private",
      "model_icon": "dashicons-editor-spellcheck",
      "description": "Boolean field examples. Imported via WP-CLI.",
      "fields": {
        "1656065711936": {
          "type": "boolean",
          "id": "1656065711936",
          "model": "demoboolean",
          "position": "0",
          "name": "Boolean",
          "slug": "boolean",
          "required": false,
          "description": "",
          "open": false,
          "editing": false
        },
        "1656065717985": {
          "type": "boolean",
          "id": "1656065717985",
          "model": "demoboolean",
          "position": "10000",
          "name": "Boolean Required",
          "slug": "booleanRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "open": false,
          "editing": false
        }
      },
      "with_front": "1"
    },
    "demorelationship": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Relationship",
      "plural": "Demo Relationships",
      "slug": "demorelationship",
      "api_visibility": "private",
      "model_icon": "dashicons-groups",
      "description": "Relationship field examples. Imported via WP-CLI.",
      "fields": {
        "1656066401189": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "relationship",
          "id": "1656066401189",
          "position": "0",
          "name": "One to One",
          "slug": "oneToOne",
          "reference": "demoboolean",
          "cardinality": "one-to-one",
          "enableReverse": false,
          "reverseName": "Demo Relationships",
          "reverseSlug": "demoRelationships",
          "required": false,
          "description": ""
        },
        "1656066411059": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "relationship",
          "id": "1656066411059",
          "position": "10000",
          "name": "One to Many",
          "slug": "oneToMany",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "reference": "demoboolean",
          "cardinality": "one-to-many",
          "enableReverse": false,
          "reverseName": "Demo Relationships",
          "reverseSlug": "demoRelationships"
        },
        "1656066421754": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "relationship",
          "id": "1656066421754",
          "position": "20000",
          "name": "Many to One",
          "slug": "manyToOne",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "reference": "demoboolean",
          "cardinality": "many-to-one",
          "enableReverse": false,
          "reverseName": "Demo Relationships",
          "reverseSlug": "demoRelationships"
        },
        "1656066432837": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "relationship",
          "id": "1656066432837",
          "position": "30000",
          "name": "Many to Many",
          "slug": "manyToMany",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "reference": "demoboolean",
          "cardinality": "many-to-many",
          "enableReverse": false,
          "reverseName": "Demo Relationships",
          "reverseSlug": "demoRelationships"
        },
        "1656066448035": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "relationship",
          "id": "1656066448035",
          "position": "40000",
          "name": "One to One Required",
          "slug": "oneToOneRequired",
          "required": true,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "reference": "demoboolean",
          "cardinality": "one-to-one",
          "enableReverse": false,
          "reverseName": "Demo Relationships",
          "reverseSlug": "demoRelationships"
        },
        "1656066464209": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "relationship",
          "id": "1656066464209",
          "position": "50000",
          "name": "One to One Reverse",
          "slug": "oneToOneReverse",
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "reference": "demoboolean",
          "cardinality": "one-to-one",
          "enableReverse": true,
          "reverseName": "Demo Relationships",
          "reverseSlug": "demoRelationships"
        }
      },
      "with_front": "1"
    },
    "demomultiplechoice": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Multiple Choice",
      "plural": "Demo Multiple Choices",
      "slug": "demomultiplechoice",
      "api_visibility": "private",
      "model_icon": "dashicons-admin-post",
      "description": "Multiple Choice field examples. Imported via WP-CLI.",
      "fields": {
        "1656066533249": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "multipleChoice",
          "id": "1656066533249",
          "position": "0",
          "name": "Single Select",
          "slug": "singleSelect",
          "choices": [
            {
              "name": "Choice 1",
              "slug": "choice1"
            },
            {
              "name": "Choice 2",
              "slug": "choice2"
            }
          ],
          "listType": "single",
          "description": ""
        },
        "1656066557172": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "multipleChoice",
          "id": "1656066557172",
          "position": "10000",
          "name": "Multiple Select",
          "slug": "multipleSelect",
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "choices": [
            {
              "name": "Choice 1",
              "slug": "choice1"
            },
            {
              "name": "Choice 2",
              "slug": "choice2"
            }
          ],
          "listType": "multiple"
        }
      }
    },
    "demoemail": {
      "show_in_rest": true,
      "show_in_graphql": true,
      "singular": "Demo Email",
      "plural": "Demo Emails",
      "slug": "demoemail",
      "api_visibility": "private",
      "model_icon": "dashicons-email",
      "description": "Email field examples. Imported via WP-CLI.",
      "fields": {
        "1656066603753": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "email",
          "id": "1656066603753",
          "position": 10000,
          "name": "Email",
          "slug": "email",
          "isRepeatableEmail": false,
          "isTitle": false,
          "required": false,
          "description": "",
          "allowedDomains": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "exactRepeatable": ""
        },
        "1656066624995": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "email",
          "id": "1656066624995",
          "position": 0,
          "name": "Email Entry Title",
          "slug": "emailEntryTitle",
          "isTitle": ["on"],
          "required": false,
          "description": "",
          "minChars": "",
          "maxChars": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "isRepeatableEmail": false,
          "allowedDomains": "",
          "exactRepeatable": ""
        },
        "1656066683607": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "email",
          "id": "1656066683607",
          "position": "20000",
          "name": "Email Required",
          "slug": "emailRequired",
          "isRepeatableEmail": false,
          "isTitle": false,
          "required": true,
          "description": "",
          "allowedDomains": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "exactRepeatable": ""
        },
        "1656066784631": {
          "show_in_rest": true,
          "show_in_graphql": true,
          "type": "email",
          "id": "1656066784631",
          "position": "30000",
          "name": "Email Repeatable",
          "slug": "emailRepeatable",
          "isRepeatableEmail": true,
          "isTitle": false,
          "required": false,
          "description": "",
          "allowedDomains": "",
          "minRepeatable": "",
          "maxRepeatable": "",
          "exactRepeatable": ""
        }
      },
      "with_front": "1"
    }
  },
  "taxonomies": {
    "demotaxonomy": {
      "types": ["demotext"],
      "show_in_rest": true,
      "show_in_graphql": true,
      "hierarchical": false,
      "api_visibility": "private",
      "singular": "Demo Taxonomy",
      "plural": "Demo Taxonomies",
      "slug": "demotaxonomy"
    }
  },
  "posts": [],
  "post_meta": [],
  "relationships": []
}
