{
  "version": 1,
  "generated_from": "wpress baseline at /workspace/fvre/packages/extraction/wp-adapter/tests/baselines/oscar-wpress",
  "post_types": [
    {
      "id": "post",
      "name": "Posts",
      "plural": "Posts",
      "description": "Blog posts",
      "icon": "\u270e",
      "color": "var(--color-blogpost)",
      "tags": [],
      "source": {
        "kind": "wpress",
        "rest_base": "posts",
        "record_count": 1,
        "has_archive": true
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "excerpt",
          "label": "Excerpt",
          "type": "textarea"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        },
        {
          "name": "status",
          "label": "Status",
          "type": "select",
          "options": [
            {
              "value": "published",
              "label": "Published"
            },
            {
              "value": "draft",
              "label": "Draft"
            },
            {
              "value": "archived",
              "label": "Archived"
            }
          ]
        }
      ]
    },
    {
      "id": "page",
      "name": "Pages",
      "plural": "Pages",
      "description": "Static pages",
      "icon": "\ud83d\udcc4",
      "color": "var(--color-text-muted)",
      "tags": [],
      "source": {
        "kind": "wpress",
        "rest_base": "pages",
        "record_count": 16,
        "has_archive": false
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        },
        {
          "name": "menu_order",
          "label": "Menu order",
          "type": "number"
        }
      ]
    },
    {
      "id": "book",
      "name": "Books",
      "plural": "Books",
      "description": "Custom post type: book",
      "icon": "\ud83d\udcd6",
      "color": "var(--color-product)",
      "tags": [],
      "source": {
        "kind": "wpress",
        "rest_base": "book",
        "record_count": 4,
        "has_archive": true
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "subtitle",
          "label": "Subtitle",
          "type": "text"
        },
        {
          "name": "isbn",
          "label": "ISBN",
          "type": "text"
        },
        {
          "name": "author",
          "label": "Author",
          "type": "text"
        },
        {
          "name": "publication_year",
          "label": "Publication year",
          "type": "number"
        },
        {
          "name": "pages",
          "label": "Page count",
          "type": "number"
        },
        {
          "name": "price",
          "label": "Price",
          "type": "number"
        },
        {
          "name": "buy_url",
          "label": "Buy link",
          "type": "url"
        },
        {
          "name": "cover_image",
          "label": "Cover image",
          "type": "image",
          "required": true
        },
        {
          "name": "description",
          "label": "Description",
          "type": "richtext"
        },
        {
          "name": "contents",
          "label": "Table of contents",
          "type": "richtext"
        }
      ]
    },
    {
      "id": "news",
      "name": "Newss",
      "plural": "News",
      "description": "Custom post type: news",
      "icon": "\ud83d\udcf0",
      "color": "var(--color-info)",
      "tags": [],
      "source": {
        "kind": "wpress",
        "rest_base": "news",
        "record_count": 14,
        "has_archive": true
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "slug",
          "label": "URL slug",
          "type": "text"
        },
        {
          "name": "excerpt",
          "label": "Excerpt",
          "type": "textarea"
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        },
        {
          "name": "published_at",
          "label": "Published date",
          "type": "date"
        },
        {
          "name": "author",
          "label": "Author",
          "type": "text"
        }
      ]
    },
    {
      "id": "3d-flip-book",
      "name": "3D Flip Book",
      "plural": "3D Flip Books",
      "description": "Plugin-managed content type (3d-flip-book)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "acf-post-type",
      "name": "Acf Post Type",
      "plural": "Acf Post Types",
      "description": "Plugin-managed content type (acf-post-type)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 3
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "achievement-type",
      "name": "Achievement Type",
      "plural": "Achievement Types",
      "description": "Plugin-managed content type (achievement-type)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 3
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "courses",
      "name": "Courses",
      "plural": "Coursess",
      "description": "Plugin-managed content type (courses)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "dflip",
      "name": "Dflip",
      "plural": "Dflips",
      "description": "Plugin-managed content type (dflip)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "forest-ranks",
      "name": "Forest Ranks",
      "plural": "Forest Rankss",
      "description": "Plugin-managed content type (forest-ranks)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 4
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "pdfev_embed_viewer",
      "name": "Pdfev_Embed_Viewer",
      "plural": "Pdfev_Embed_Viewers",
      "description": "Plugin-managed content type (pdfev_embed_viewer)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "points-type",
      "name": "Points Type",
      "plural": "Points Types",
      "description": "Plugin-managed content type (points-type)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "r3d",
      "name": "R3D",
      "plural": "R3Ds",
      "description": "Plugin-managed content type (r3d)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "rank-requirement",
      "name": "Rank Requirement",
      "plural": "Rank Requirements",
      "description": "Plugin-managed content type (rank-requirement)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 0
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "rank-type",
      "name": "Rank Type",
      "plural": "Rank Types",
      "description": "Plugin-managed content type (rank-type)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "topics",
      "name": "Topics",
      "plural": "Topicss",
      "description": "Plugin-managed content type (topics)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    },
    {
      "id": "tutor_quiz",
      "name": "Tutor_Quiz",
      "plural": "Tutor_Quizs",
      "description": "Plugin-managed content type (tutor_quiz)",
      "icon": "\ud83d\udd27",
      "color": "var(--color-text-dim)",
      "tags": [
        "plugin"
      ],
      "source": {
        "kind": "wpress-detected",
        "record_count": 1
      },
      "fields": [
        {
          "name": "title",
          "label": "Title",
          "type": "text",
          "required": true
        },
        {
          "name": "content",
          "label": "Content",
          "type": "richtext"
        },
        {
          "name": "featured_image",
          "label": "Featured image",
          "type": "image"
        }
      ]
    }
  ]
}