{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "https://raw.githubusercontent.com/WordPress/secure-custom-fields/trunk/schemas/common.schema.json",
	"title": "SCF Common Definitions",
	"description": "Shared definitions for SCF schemas",
	"definitions": {
		"wordpressReservedTerms": {
			"enum": [
				"action",
				"attachment",
				"author",
				"category",
				"comment",
				"custom_css",
				"customize_changeset",
				"day",
				"feed",
				"hour",
				"link_category",
				"minute",
				"month",
				"name",
				"nav_menu_item",
				"oembed_cache",
				"order",
				"orderby",
				"page",
				"paged",
				"post",
				"post_format",
				"post_tag",
				"post_type",
				"revision",
				"search",
				"second",
				"tag",
				"taxonomy",
				"term",
				"theme",
				"type",
				"user_request",
				"w",
				"wp_block",
				"wp_global_styles",
				"wp_navigation",
				"wp_template",
				"wp_template_part",
				"year"
			]
		}
	}
}
