json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-06/schema#", "properties": { "anInteger": { "type": "integer" }, "aNumber": { "type": "number" }, "aBoolean": { "type": "boolean" }, "anObject": { "type": "object" }, "aString": { "type": "string" }, "anArray": { "type": "array" } } }
o25199
{ "properties": { "database": { "description": "PostgreSQL database configuration properties", "properties": { "dbname": { "default": "defaultdb", "description": "Name for the default database that is created when the image is first started.", "type": "string" }, "initdbargs": { "description": "Arguments to send to postgres initdb. The value is a space separated string of arguments as postgres initdb would expect them.", "type": "string" }, "password": { "default": "password", "description": "Postgres password.", "type": "string" }, "username": { "default": "admin", "description": "Postgres user name.", "type": "string" } }, "type": "object" }, "networking": { "description": "PostgreSQL networking configuration properties", "properties": { "external_access": { "description": "Enable access from outside the cluster through Marathon-LB.\nNOTE: this connection is unencrypted.", "properties": { "enable": { "default": false, "description": "Enable or disable creating a VIP for external access through a public node running Marathon-LB.", "type": "boolean" }, "external_access_port": { "default": 15432, "description": "For external access, port number to be used for clear communication in the external Marathon-LB load balancer", "type": "number" } }, "type": "object" }, "host_mode": { "default": false, "description": "Enable or disable host networking mode. NOTE: this requires the default port to be available on the target host. This also forces to have a single instance per node.", "type": "boolean" }, "port": { "default": 5432, "description": "Port number to be used for clear communication internally to the cluster.", "type": "number" } }, "type": "object" }, "postgresql": { "description": "CPU shares to allocate to each service instance.", "properties": { "cpus": { "default": 0.3, "description": "CPU shares to allocate to each PostgreSQL node.", "minimum": 0.3, "type": "number" }, "mem": { "default": 512.0, "description": "Memory to allocate to each service instance.", "minimum": 512.0, "type": "number" } }, "required": [ "cpus", "mem" ], "type": "object" }, "service": { "description": "DC/OS service configuration properties", "properties": { "name": { "default": "postgresql", "description": "Name of this service instance.", "type": "string" } }, "type": "object" }, "storage": { "description": "PostgreSQL storage configuration properties", "properties": { "host_volume": { "default": "/tmp", "description": "If using non-persistent volumes (local volumes), this sets the location of a volume on the host to be used for the service. The final location will be derived from this value plus the name set in `name` (e.g. `/mnt/host_volume/service_name`). This can be a mounted NFS drive. Note that this path must be the same on all DC/OS agents. NOTE: if you don't change the default /tmp value, YOUR DATA WILL NOT BE SAVED IN ANY WAY.", "type": "string" }, "persistence": { "description": "Enable persistent storage.", "properties": { "enable": { "default": false, "description": "Enable or disable persistent storage.", "type": "boolean" }, "external": { "description": "External persistent storage properties", "properties": { "driver": { "default": "rexray", "description": "Volume driver to use for storage. The default value should be correct for most use cases.", "type": "string" }, "enable": { "default": false, "description": "Enable or disable external persistent storage. The `persistence` option must also be selected. Please note that for these to work, your DC/OS cluster MUST have been installed with the right options in `config.yaml`. Also, please note this requires a working configuration file for the driver (e.g. `rexray.yaml`).", "type": "boolean" }, "provider": { "default": "dvdi", "description": "Provider of the external persistent volume. The default value should be correct for most use cases.", "type": "string" }, "volume_name": { "default": "postgresql", "description": "Name that your volume driver uses to look up your external volume. When your task is staged on an agent, the volume driver queries the storage service for a volume with this name. If one does not exist, it is created implicitly. Otherwise, the existing volume is reused.", "type": "string" } }, "type": "object" }, "volume_size": { "default": 512, "description": "If a new volume is to be created, this controls its size in MBs.", "type": "number" } }, "type": "object" }, "pgdata": { "default": "pgdata", "description": "Location of the database files inside the container, under /var/lib/postgresql/.", "type": "string" } }, "type": "object" } } }
o90819
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "data": { "items": { "properties": { "CTA": { "properties": { "hook": { "type": [ "string", "null" ] }, "message": { "type": "string" }, "primary": { "type": "boolean" }, "newWindow": { "type": "boolean" } }, "type": "object" }, "content": { "properties": { "classes": { "type": "string" }, "description": { "type": "string" }, "icon": { "type": [ "string", "null" ] }, "message": { "type": "string" }, "list": { "items": { "properties": { "item": { "type": "string" }, "url": { "type": [ "string", "null" ] } } }, "type": "array" } }, "type": "object" }, "expires": { "type": "integer" }, "feature_class": { "type": "string" }, "id": { "type": "string" }, "jitm_stats_url": { "type": "string" }, "template": { "type": "string" }, "ttl": { "type": "integer" }, "url": { "type": "string" }, "tracks": { "type": "object" }, "action": { "type": "object" }, "is_dismissible": { "type": "boolean" } }, "type": "object" }, "type": "array" } }, "type": "object" }
o1329
{ "id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/facebook-video-block/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "etag": { "type": "string", "pattern": "^[\\w\\.:-]+$", "pbj": { "type": "string", "rule": "single" } }, "css_class": { "type": "string", "pattern": "^[\\w\\s-]+$", "description": "In rendering environments that support HTML the css_class can be appended to the dom elements' class attribute.", "pbj": { "type": "string", "rule": "single" } }, "updated_date": { "type": "string", "format": "date-time", "description": "Represents an update that occurred on the node this block is attached to. DOES NOT indicate an update to the block itself. eg an article with a twitter block with updated_date means that the article was updated to include that twitter block.", "pbj": { "type": "date-time", "rule": "single" } }, "aside": { "type": "boolean", "description": "When true it means this block represents a portion of a document whose content is only indirectly related to the document's main content. Asides are frequently presented as sidebars or call-out boxes.", "pbj": { "type": "boolean", "rule": "single" } }, "href": { "type": "string", "pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$", "pbj": { "type": "text", "rule": "single", "format": "url" } }, "autoplay": { "type": "boolean", "pbj": { "type": "boolean", "rule": "single" } }, "show_text": { "type": "boolean", "pbj": { "type": "boolean", "rule": "single" } }, "show_captions": { "type": "boolean", "pbj": { "type": "boolean", "rule": "single" } }, "poster_image_ref": { "type": "string", "pattern": "^[\\w\\/\\.:-]+$", "description": "A reference to an image asset to use as the poster that will override what is provided by facebook.", "pbj": { "type": "identifier", "rule": "single" } } }, "required": [ "href" ], "additionalProperties": true }
o82653
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "absolute_path": { "description": "A path only. Query string and/or fragment are not allowed.", "pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$", "type": "string" }, "analytics_identifier": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations." }, "change_history": { "items": { "additionalProperties": false, "properties": { "note": { "description": "A summary of the change", "type": "string" }, "public_timestamp": { "_format": "date-time", "type": "string" } }, "required": [ "public_timestamp", "note" ], "type": "object" }, "type": "array" }, "change_note": { "description": "Change note for the most recent update", "type": [ "string", "null" ] }, "description": { "type": "string" }, "description_optional": { "anyOf": [ { "$ref": "#/definitions/description" }, { "type": "null" } ] }, "details": { "additionalProperties": false, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "brand": { "description": "Used for organisations, to allow us to publish branding / logo information. Remove when organisations are migrated.", "type": [ "string", "null" ] }, "change_history": { "$ref": "#/definitions/change_history" }, "change_note": { "$ref": "#/definitions/change_note" }, "end_date": { "_format": "date-time", "description": "Used for topical events, so that related documents can get the date. Remove when topical events are migrated.", "type": "string" }, "external_related_links": { "$ref": "#/definitions/external_related_links" }, "logo": { "description": "Used for organisations, to allow us to publish branding / logo information. Remove when organisations are migrated.", "properties": { "crest": { "enum": [ "bis", "dit", "eo", "hmrc", "ho", "mod", "portcullis", "single-identity", "so", "ukaea", "wales", null ], "type": [ "string", "null" ] }, "formatted_title": { "type": "string" }, "image": { "$ref": "#/definitions/image" } }, "type": "object" }, "start_date": { "_format": "date-time", "description": "Used for topical events, so that related documents can get the date. Remove when topical events are migrated.", "type": "string" }, "tags": { "$ref": "#/definitions/tags" } }, "type": "object" }, "external_link": { "additionalProperties": false, "properties": { "title": { "type": "string" }, "url": { "_format": "uri", "type": "string" } }, "required": [ "title", "url" ], "type": "object" }, "external_related_links": { "items": { "$ref": "#/definitions/external_link" }, "type": "array" }, "first_published_at": { "_format": "date-time", "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string" }, "frontend_links": { "items": { "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "_format": "uri", "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links" } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "_format": "uri", "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" } }, "required": [ "content_id", "locale", "title" ], "type": "object" }, "type": "array" }, "frontend_links_with_base_path": { "items": { "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "_format": "uri", "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links_with_base_path" } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "_format": "uri", "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" } }, "required": [ "base_path", "content_id", "locale", "title" ], "type": "object" }, "type": "array" }, "govuk_request_id": { "type": [ "string", "null" ] }, "guid": { "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", "type": "string" }, "guid_list": { "items": { "$ref": "#/definitions/guid" }, "type": "array", "_uniqueItems": true }, "image": { "additionalProperties": false, "properties": { "alt_text": { "type": "string" }, "caption": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "credit": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "high_resolution_url": { "_format": "uri", "description": "URL to a high resolution version of the image, for use by third parties such as Twitter, Facebook or Slack. Used by the machine readable metadata component. Don't use this on user-facing web pages, as it might be very large.", "type": "string" }, "url": { "_format": "uri", "description": "URL to the image. The image should be in a suitable resolution for display on the page.", "type": "string" } }, "required": [ "url" ], "type": "object" }, "locale": { "enum": [ "ar", "az", "be", "bg", "bn", "cs", "cy", "da", "de", "dr", "el", "en", "es", "es-419", "et", "fa", "fi", "fr", "gd", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "ko", "lt", "lv", "ms", "mt", "nl", "no", "pl", "ps", "pt", "ro", "ru", "si", "sk", "sl", "so", "sq", "sr", "sv", "sw", "ta", "th", "tk", "tr", "uk", "ur", "uz", "vi", "zh", "zh-hk", "zh-tw" ], "type": "string" }, "payload_version": { "description": "Counter to indicate when the payload was generated", "type": "integer" }, "public_updated_at": { "_format": "date-time", "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string" }, "publishing_app_name": { "description": "The application that published this item.", "enum": [ "calculators", "calendars", "collections-publisher", "contacts", "content-publisher", "content-tagger", "email-alert-frontend", "external-link-tracker", "feedback", "frontend", "government-frontend", "hmrc-manuals-api", "info-frontend", "licencefinder", "local-links-manager", "manuals-frontend", "manuals-publisher", "maslow", "performanceplatform-big-screen-view", "publisher", "rummager", "search-admin", "search-api", "service-manual-publisher", "share-sale-publisher", "short-url-manager", "smartanswers", "special-route-publisher", "specialist-publisher", "static", "tariff", "travel-advice-publisher", "whitehall" ], "type": "string" }, "publishing_request_id": { "description": "A unique identifier used to track publishing requests to rendered content", "oneOf": [ { "type": "string" }, { "type": "null" } ] }, "rendering_app": { "description": "The application that renders this item.", "enum": [ "calculators", "calendars", "collections", "content-store", "email-alert-frontend", "email-campaign-frontend", "feedback", "finder-frontend", "frontend", "government-frontend", "info-frontend", "licencefinder", "manuals-frontend", "performanceplatform-big-screen-view", "rummager", "search-api", "service-manual-frontend", "smartanswers", "spotlight", "static", "tariff", "whitehall-admin", "whitehall-frontend" ], "type": "string" }, "route": { "additionalProperties": false, "properties": { "path": { "type": "string" }, "type": { "enum": [ "prefix", "exact" ] } }, "required": [ "path", "type" ], "type": "object" }, "routes": { "items": { "$ref": "#/definitions/route" }, "minItems": 1, "type": "array" }, "tags": { "additionalProperties": false, "description": "Field used by email-alert-api to trigger email alerts for subscriptions to topics (gov.uk/topic) and policies (gov.uk/policies).", "properties": { "additional_topics": { "items": { "type": "string" }, "type": "array" }, "browse_pages": { "items": { "type": "string" }, "type": "array" }, "policies": { "items": { "type": "string" }, "type": "array" }, "primary_topic": { "items": { "type": "string" }, "type": "array" }, "topics": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "title": { "type": "string" }, "update_type": { "enum": [ "major", "minor", "republish" ] }, "withdrawn_notice": { "additionalProperties": false, "properties": { "explanation": { "type": "string" }, "withdrawn_at": { "format": "date-time" } }, "type": "object" } }, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "content_purpose_document_supertype": { "description": "DEPRECATED. Use `content_purpose_subgroup`.", "type": "string" }, "content_purpose_subgroup": { "description": "Document subgroup grouping documents by purpose. Narrows down the purpose defined in content_purpose_supergroup.", "type": "string" }, "content_purpose_supergroup": { "description": "Document supergroup grouping documents by a purpose", "type": "string" }, "description": { "$ref": "#/definitions/description_optional" }, "details": { "$ref": "#/definitions/details" }, "document_type": { "enum": [ "aaib_report", "about", "about_our_services", "accessible_documents_policy", "access_and_opening", "ambassador_role", "answer", "asylum_support_decision", "authored_article", "board_member_role", "business_finance_support_scheme", "calculator", "calendar", "case_study", "chief_professional_officer_role", "chief_scientific_officer_role", "chief_scientific_advisor_role", "closed_consultation", "cma_case", "coming_soon", "complaints_procedure", "completed_transaction", "consultation", "consultation_outcome", "contact", "coronavirus_landing_page", "corporate_report", "correspondence", "countryside_stewardship_grant", "decision", "deputy_head_of_mission_role", "detailed_guidance", "detailed_guide", "dfid_research_output", "document_collection", "drug_safety_update", "email_alert_signup", "employment_appeal_tribunal_decision", "employment_tribunal_decision", "equality_and_diversity", "esi_fund", "export_health_certificate", "external_content", "facet", "facet_group", "facet_value", "fatality_notice", "field_of_operation", "finder", "finder_email_signup", "foi_release", "form", "gone", "government", "government_response", "governor_role", "guidance", "guide", "help_page", "high_commissioner_role", "history", "hmrc_manual", "hmrc_manual_section", "homepage", "html_publication", "impact_assessment", "imported", "independent_report", "international_development_fund", "international_treaty", "knowledge_alpha", "licence", "license_finder", "local_transaction", "maib_report", "mainstream_browse_page", "manual", "manual_section", "map", "marine_notice", "media_enquiries", "medical_safety_alert", "membership", "military_role", "ministerial_role", "ministers_index", "national", "national_statistics", "national_statistics_announcement", "need", "news_article", "news_story", "notice", "official", "official_statistics", "official_statistics_announcement", "open_consultation", "oral_statement", "organisation", "our_energy_use", "our_governance", "person", "personal_information_charter", "petitions_and_campaigns", "place", "placeholder", "placeholder_ministerial_role", "placeholder_organisation", "placeholder_person", "placeholder_policy_area", "placeholder_topical_event", "placeholder_world_location", "placeholder_world_location_news_page", "placeholder_worldwide_organisation", "policy_area", "policy_paper", "press_release", "procurement", "promotional", "publication_scheme", "raib_report", "recruitment", "redirect", "regulation", "research", "residential_property_tribunal_decision", "role_appointment", "search", "service_manual_guide", "service_manual_homepage", "service_manual_service_standard", "service_manual_service_toolkit", "service_manual_topic", "service_sign_in", "service_standard_report", "services_and_information", "simple_smart_answer", "smart_answer", "social_media_use", "special_representative_role", "special_route", "speech", "staff_update", "statistical_data_set", "statistics", "statistics_announcement", "statutory_guidance", "statutory_instrument", "step_by_step_nav", "take_part", "tax_tribunal_decision", "taxon", "terms_of_reference", "topic", "topical_event", "topical_event_about_page", "traffic_commissioner_regulatory_decision", "traffic_commissioner_role", "transaction", "transparency", "travel_advice", "travel_advice_index", "unpublishing", "uk_market_conformity_assessment_body", "utaac_decision", "vanish", "welsh_language_scheme", "working_group", "world_location", "world_location_news_article", "world_news_story", "worldwide_office_staff_role", "worldwide_organisation", "written_statement" ], "type": "string" }, "email_document_supertype": { "description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions", "type": "string" }, "expanded_links": { "additionalProperties": false, "properties": { "available_translations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "child_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "children": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "document_collections": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "facet_groups": { "$ref": "#/definitions/frontend_links", "description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links." }, "facet_values": { "$ref": "#/definitions/frontend_links", "description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups." }, "featured_policies": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Featured policies primarily for use with Whitehall organisations. Deprecated in favour of ordered_featured_policies." }, "finder": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers links from content back to finders the content is surfaced on" }, "lead_organisations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array." }, "level_one_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "mainstream_browse_pages": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers the /browse section of the site. These are known as sections in some legacy apps." }, "meets_user_needs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The user needs this piece of content meets." }, "ministers": { "$ref": "#/definitions/frontend_links", "description": "Link type automatically added by Publishing API" }, "ordered_related_items": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger." }, "ordered_related_items_overrides": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation." }, "organisations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "All organisations linked to this content item. This should include lead organisations." }, "original_primary_publishing_organisation": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications." }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The parent content item.", "maxItems": 1 }, "part_of_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "policies": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "policy_areas": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "A largely deprecated tag currently only used to power email alerts." }, "primary_publishing_organisation": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.", "maxItems": 1 }, "related_to_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "role_appointments": { "$ref": "#/definitions/frontend_links", "description": "Link type automatically added by Publishing API" }, "secondary_to_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "suggested_ordered_related_items": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test." }, "taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Prototype-stage taxonomy label for this content item" }, "topic_taxonomy_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "topics": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps." } }, "type": "object" }, "first_published_at": { "$ref": "#/definitions/first_published_at" }, "government_document_supertype": { "description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions", "type": "string" }, "govuk_request_id": { "$ref": "#/definitions/govuk_request_id" }, "links": { "additionalProperties": false, "properties": { "facet_groups": { "$ref": "#/definitions/guid_list", "description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links." }, "facet_values": { "$ref": "#/definitions/guid_list", "description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups." }, "featured_policies": { "$ref": "#/definitions/guid_list", "description": "Featured policies primarily for use with Whitehall organisations. Deprecated in favour of ordered_featured_policies." }, "finder": { "$ref": "#/definitions/guid_list", "description": "Powers links from content back to finders the content is surfaced on" }, "lead_organisations": { "$ref": "#/definitions/guid_list", "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array." }, "mainstream_browse_pages": { "$ref": "#/definitions/guid_list", "description": "Powers the /browse section of the site. These are known as sections in some legacy apps." }, "meets_user_needs": { "$ref": "#/definitions/guid_list", "description": "The user needs this piece of content meets." }, "ordered_related_items": { "$ref": "#/definitions/guid_list", "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger." }, "ordered_related_items_overrides": { "$ref": "#/definitions/guid_list", "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation." }, "organisations": { "$ref": "#/definitions/guid_list", "description": "All organisations linked to this content item. This should include lead organisations." }, "original_primary_publishing_organisation": { "$ref": "#/definitions/guid_list", "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications." }, "parent": { "$ref": "#/definitions/guid_list", "description": "The parent content item.", "maxItems": 1 }, "policy_areas": { "$ref": "#/definitions/guid_list", "description": "A largely deprecated tag currently only used to power email alerts." }, "primary_publishing_organisation": { "$ref": "#/definitions/guid_list", "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.", "maxItems": 1 }, "suggested_ordered_related_items": { "$ref": "#/definitions/guid_list", "description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test." }, "taxons": { "$ref": "#/definitions/guid_list", "description": "Prototype-stage taxonomy label for this content item" }, "topics": { "$ref": "#/definitions/guid_list", "description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps." } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "navigation_document_supertype": { "description": "Document type grouping powering the new taxonomy-based navigation pages", "type": "string" }, "need_ids": { "items": { "type": "string" }, "type": "array" }, "payload_version": { "$ref": "#/definitions/payload_version" }, "phase": { "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases", "enum": [ "alpha", "beta", "live" ], "type": "string" }, "public_updated_at": { "$ref": "#/definitions/public_updated_at" }, "publishing_app": { "$ref": "#/definitions/publishing_app_name" }, "publishing_request_id": { "$ref": "#/definitions/publishing_request_id" }, "redirects": { "additionalItems": false, "items": {}, "type": "array" }, "rendering_app": { "$ref": "#/definitions/rendering_app" }, "routes": { "$ref": "#/definitions/routes" }, "schema_name": { "description": "Should be of the form 'placeholder_my_format_name'. 'placeholder' is allowed for backwards compatibility.", "pattern": "^(placeholder|placeholder_.+)$", "type": "string" }, "search_user_need_document_supertype": { "description": "Document supertype grouping core and government documents", "type": "string" }, "title": { "$ref": "#/definitions/title" }, "update_type": { "$ref": "#/definitions/update_type" }, "user_journey_document_supertype": { "description": "Document type grouping powering analytics of user journeys", "type": "string" }, "user_need_document_supertype": { "description": "DEPRECATED. Use `content_purpose_document_supertype`.", "type": "string" }, "withdrawn_notice": { "$ref": "#/definitions/withdrawn_notice" } }, "required": [ "analytics_identifier", "base_path", "content_id", "description", "details", "document_type", "email_document_supertype", "expanded_links", "first_published_at", "government_document_supertype", "govuk_request_id", "links", "locale", "navigation_document_supertype", "payload_version", "phase", "public_updated_at", "publishing_app", "redirects", "rendering_app", "routes", "schema_name", "title", "update_type", "user_journey_document_supertype" ], "type": "object" }
o21324
{ "$id": "https://aka.ms/winget-manifest.singleton.1.0.0.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "PackageIdentifier": { "type": "string", "pattern": "^[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}(\\.[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}){1,3}$", "maxLength": 128, "description": "The package unique identifier" }, "PackageVersion": { "type": "string", "pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "maxLength": 128, "description": "The package version" }, "Locale": { "type": ["string", "null"], "pattern": "^([a-zA-Z]{2}|[iI]-[a-zA-Z]+|[xX]-[a-zA-Z]{1,8})(-[a-zA-Z]{1,8})*$", "maxLength": 20, "description": "The package meta-data locale" }, "Url": { "type": ["string", "null"], "pattern": "^([Hh][Tt][Tt][Pp][Ss]?)://.+$", "maxLength": 2000, "description": "Optional Url type" }, "Tag": { "type": ["string", "null"], "minLength": 1, "maxLength": 40, "description": "Package moniker or tag" }, "Channel": { "type": ["string", "null"], "minLength": 1, "maxLength": 16, "description": "The distribution channel" }, "Platform": { "type": ["array", "null"], "items": { "title": "Platform", "type": "string", "enum": ["Windows.Desktop", "Windows.Universal"] }, "maxItems": 2, "uniqueItems": true, "description": "The installer supported operating system" }, "MinimumOSVersion": { "type": ["string", "null"], "pattern": "^(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,3}$", "description": "The installer minimum operating system version" }, "InstallerType": { "type": ["string", "null"], "enum": [ "msix", "msi", "appx", "exe", "zip", "inno", "nullsoft", "wix", "burn", "pwa" ], "description": "Enumeration of supported installer types" }, "Scope": { "type": ["string", "null"], "enum": ["user", "machine"], "description": "Scope indicates if the installer is per user or per machine" }, "InstallModes": { "type": ["array", "null"], "items": { "title": "InstallModes", "type": "string", "enum": ["interactive", "silent", "silentWithProgress"] }, "maxItems": 3, "uniqueItems": true, "description": "List of supported installer modes" }, "InstallerSwitches": { "type": "object", "properties": { "Silent": { "type": ["string", "null"], "minLength": 1, "maxLength": 512, "description": "Silent is the value that should be passed to the installer when user chooses a silent or quiet install" }, "SilentWithProgress": { "type": ["string", "null"], "minLength": 1, "maxLength": 512, "description": "SilentWithProgress is the value that should be passed to the installer when user chooses a non-interactive install" }, "Interactive": { "type": ["string", "null"], "minLength": 1, "maxLength": 512, "description": "Interactive is the value that should be passed to the installer when user chooses an interactive install" }, "InstallLocation": { "type": ["string", "null"], "minLength": 1, "maxLength": 512, "description": "InstallLocation is the value passed to the installer for custom install location. <INSTALLPATH> token can be included in the switch value so that winget will replace the token with user provided path" }, "Log": { "type": ["string", "null"], "minLength": 1, "maxLength": 512, "description": "Log is the value passed to the installer for custom log file path. <LOGPATH> token can be included in the switch value so that winget will replace the token with user provided path" }, "Upgrade": { "type": ["string", "null"], "minLength": 1, "maxLength": 512, "description": "Upgrade is the value that should be passed to the installer when user chooses an upgrade" }, "Custom": { "type": ["string", "null"], "minLength": 1, "maxLength": 2048, "description": "Custom switches will be passed directly to the installer by winget" } } }, "InstallerSuccessCodes": { "type": ["array", "null"], "items": { "type": "integer", "not": { "enum": [0] } }, "maxItems": 16, "uniqueItems": true, "description": "List of additional non-zero installer success exit codes other than known default values by winget" }, "UpgradeBehavior": { "type": ["string", "null"], "enum": ["install", "uninstallPrevious"], "description": "The upgrade method" }, "Commands": { "type": ["array", "null"], "items": { "type": "string", "minLength": 1, "maxLength": 40 }, "maxItems": 16, "uniqueItems": true, "description": "List of commands or aliases to run the package" }, "Protocols": { "type": ["array", "null"], "items": { "type": "string", "pattern": "^[a-z][-a-z0-9\\.\\+]*$", "maxLength": 2048 }, "maxItems": 16, "uniqueItems": true, "description": "List of protocols the package provides a handler for" }, "FileExtensions": { "type": ["array", "null"], "items": { "type": "string", "pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "maxLength": 40 }, "maxItems": 256, "uniqueItems": true, "description": "List of file extensions the package could support" }, "Dependencies": { "type": ["object", "null"], "properties": { "WindowsFeatures": { "type": ["array", "null"], "items": { "type": "string", "minLength": 1, "maxLength": 128 }, "maxItems": 16, "uniqueItems": true, "description": "List of Windows feature dependencies" }, "WindowsLibraries": { "type": ["array", "null"], "items": { "type": "string", "minLength": 1, "maxLength": 128 }, "maxItems": 16, "uniqueItems": true, "description": "List of Windows library dependencies" }, "PackageDependencies": { "type": ["array", "null"], "items": { "type": "object", "properties": { "PackageIdentifier": { "$ref": "#/definitions/PackageIdentifier" }, "MinimumVersion": { "$ref": "#/definitions/PackageVersion" } }, "required": ["PackageIdentifier"] }, "maxItems": 16, "description": "List of package dependencies from current source" }, "ExternalDependencies": { "type": ["array", "null"], "items": { "type": "string", "minLength": 1, "maxLength": 128 }, "maxItems": 16, "uniqueItems": true, "description": "List of external package dependencies" } } }, "PackageFamilyName": { "type": ["string", "null"], "pattern": "^[A-Za-z0-9][-\\.A-Za-z0-9]+_[A-Za-z0-9]{13}$", "maxLength": 255, "description": "PackageFamilyName for appx or msix installer. Could be used for correlation of packages across sources" }, "ProductCode": { "type": ["string", "null"], "minLength": 1, "maxLength": 255, "description": "ProductCode could be used for correlation of packages across sources" }, "Capabilities": { "type": ["array", "null"], "items": { "type": "string", "minLength": 1, "maxLength": 40 }, "maxItems": 1000, "uniqueItems": true, "description": "List of appx or msix installer capabilities" }, "RestrictedCapabilities": { "type": ["array", "null"], "items": { "type": "string", "minLength": 1, "maxLength": 40 }, "maxItems": 1000, "uniqueItems": true, "description": "List of appx or msix installer restricted capabilities" }, "Installer": { "type": "object", "properties": { "InstallerLocale": { "$ref": "#/definitions/Locale" }, "Platform": { "$ref": "#/definitions/Platform" }, "MinimumOSVersion": { "$ref": "#/definitions/MinimumOSVersion" }, "Architecture": { "type": "string", "enum": ["x86", "x64", "arm", "arm64", "neutral"], "description": "The installer target architecture" }, "InstallerType": { "$ref": "#/definitions/InstallerType" }, "Scope": { "$ref": "#/definitions/Scope" }, "InstallerUrl": { "type": "string", "pattern": "^([Hh][Tt][Tt][Pp][Ss]?)://.+$", "description": "The installer Url" }, "InstallerSha256": { "type": "string", "pattern": "^[A-Fa-f0-9]{64}$", "description": "Sha256 is required. Sha256 of the installer" }, "SignatureSha256": { "type": ["string", "null"], "pattern": "^[A-Fa-f0-9]{64}$", "description": "SignatureSha256 is recommended for appx or msix. It is the sha256 of signature file inside appx or msix. Could be used during streaming install if applicable" }, "InstallModes": { "$ref": "#/definitions/InstallModes" }, "InstallerSwitches": { "$ref": "#/definitions/InstallerSwitches" }, "InstallerSuccessCodes": { "$ref": "#/definitions/InstallerSuccessCodes" }, "UpgradeBehavior": { "$ref": "#/definitions/UpgradeBehavior" }, "Commands": { "$ref": "#/definitions/Commands" }, "Protocols": { "$ref": "#/definitions/Protocols" }, "FileExtensions": { "$ref": "#/definitions/FileExtensions" }, "Dependencies": { "$ref": "#/definitions/Dependencies" }, "PackageFamilyName": { "$ref": "#/definitions/PackageFamilyName" }, "ProductCode": { "$ref": "#/definitions/ProductCode" }, "Capabilities": { "$ref": "#/definitions/Capabilities" }, "RestrictedCapabilities": { "$ref": "#/definitions/RestrictedCapabilities" } }, "required": ["Architecture", "InstallerUrl", "InstallerSha256"] } }, "description": "A representation of a single-file manifest representing an app in the OWC. v1.0.0", "properties": { "PackageIdentifier": { "$ref": "#/definitions/PackageIdentifier" }, "PackageVersion": { "$ref": "#/definitions/PackageVersion" }, "PackageLocale": { "type": "string", "pattern": "^([a-zA-Z]{2}|[iI]-[a-zA-Z]+|[xX]-[a-zA-Z]{1,8})(-[a-zA-Z]{1,8})*$", "maxLength": 20, "description": "The package meta-data locale" }, "Publisher": { "type": "string", "minLength": 2, "maxLength": 256, "description": "The publisher name" }, "PublisherUrl": { "$ref": "#/definitions/Url", "description": "The publisher home page" }, "PublisherSupportUrl": { "$ref": "#/definitions/Url", "description": "The publisher support page" }, "PrivacyUrl": { "$ref": "#/definitions/Url", "description": "The publisher privacy page or the package privacy page" }, "Author": { "type": ["string", "null"], "minLength": 2, "maxLength": 256, "description": "The package author" }, "PackageName": { "type": "string", "minLength": 2, "maxLength": 256, "description": "The package name" }, "PackageUrl": { "$ref": "#/definitions/Url", "description": "The package home page" }, "License": { "type": "string", "minLength": 3, "maxLength": 512, "description": "The package license" }, "LicenseUrl": { "$ref": "#/definitions/Url", "description": "The license page" }, "Copyright": { "type": ["string", "null"], "minLength": 3, "maxLength": 512, "description": "The package copyright" }, "CopyrightUrl": { "$ref": "#/definitions/Url", "description": "The package copyright page" }, "ShortDescription": { "type": "string", "minLength": 3, "maxLength": 256, "description": "The short package description" }, "Description": { "type": ["string", "null"], "minLength": 3, "maxLength": 10000, "description": "The full package description" }, "Moniker": { "$ref": "#/definitions/Tag", "description": "The most common package term" }, "Tags": { "type": ["array", "null"], "items": { "$ref": "#/definitions/Tag" }, "maxItems": 16, "uniqueItems": true, "description": "List of additional package search terms" }, "Channel": { "$ref": "#/definitions/Channel" }, "InstallerLocale": { "$ref": "#/definitions/Locale" }, "Platform": { "$ref": "#/definitions/Platform" }, "MinimumOSVersion": { "$ref": "#/definitions/MinimumOSVersion" }, "InstallerType": { "$ref": "#/definitions/InstallerType" }, "Scope": { "$ref": "#/definitions/Scope" }, "InstallModes": { "$ref": "#/definitions/InstallModes" }, "InstallerSwitches": { "$ref": "#/definitions/InstallerSwitches" }, "InstallerSuccessCodes": { "$ref": "#/definitions/InstallerSuccessCodes" }, "UpgradeBehavior": { "$ref": "#/definitions/UpgradeBehavior" }, "Commands": { "$ref": "#/definitions/Commands" }, "Protocols": { "$ref": "#/definitions/Protocols" }, "FileExtensions": { "$ref": "#/definitions/FileExtensions" }, "Dependencies": { "$ref": "#/definitions/Dependencies" }, "PackageFamilyName": { "$ref": "#/definitions/PackageFamilyName" }, "ProductCode": { "$ref": "#/definitions/ProductCode" }, "Capabilities": { "$ref": "#/definitions/Capabilities" }, "RestrictedCapabilities": { "$ref": "#/definitions/RestrictedCapabilities" }, "Installers": { "type": "array", "items": { "$ref": "#/definitions/Installer" }, "minItems": 1, "maxItems": 1 }, "ManifestType": { "type": "string", "default": "singleton", "const": "singleton", "description": "The manifest type" }, "ManifestVersion": { "type": "string", "default": "1.0.0", "pattern": "^(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){2}$", "description": "The manifest syntax version" } }, "required": [ "PackageIdentifier", "PackageVersion", "PackageLocale", "Publisher", "PackageName", "License", "ShortDescription", "Installers", "ManifestType", "ManifestVersion" ], "type": "object" }
winget-pkgs-singleton-1
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "number" }, "width": { "description": "The width of the rectangle", "type": "number" } }, "type": "object" }, "shape": { "description": "The shape for which area is to be calculated", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_2822e1e8
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle (if applicable)", "type": "number" }, "height": { "description": "The height of the triangle (if applicable)", "type": "number" }, "length": { "description": "The length of the rectangle (if applicable)", "type": "number" }, "radius": { "description": "The radius of the circle (if applicable)", "type": "number" }, "width": { "description": "The width of the rectangle (if applicable)", "type": "number" } }, "required": [ "radius", "length", "width", "base", "height" ], "type": "object" }, "shape": { "description": "The shape type (e.g. circle, rectangle, triangle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_4862a246
{ "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "JsCompileTarget": { "enum": [ "es2015", "es2016", "es2017", "es2018", "es5" ], "type": "string" }, "LintOptions": { "properties": { "filesToIgnore": { "description": "An array of file globs to never report warnings for.\n\nThe globs follow [minimatch] syntax, and any file that matches any\nof the listed globs will never show any linter warnings. This will\ntypically not have a performance benefit, as the file will usually\nstill need to be analyzed.\n\n[minimatch]: https://github.com/isaacs/minimatch", "items": { "type": "string" }, "type": "array" }, "ignoreWarnings": { "description": "Deprecated way of spelling the `warningsToIgnore` lint option.\n\nUsed only if `warningsToIgnore` is not specified.", "items": { "type": "string" }, "type": "array" }, "rules": { "description": "The lint rules to run. Can be the code of a collection of rules like\n\"polymer-2\" or an individual rule like \"dom-module-invalid-attrs\".", "items": { "type": "string" }, "type": "array" }, "warningsToIgnore": { "description": "Warnings to ignore. After the rules are run, any warning that matches\none of these codes is ignored, project-wide.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "ModuleResolutionStrategy": { "enum": [ "node", "none" ], "type": "string" }, "ProjectBuildOptions": { "properties": { "addPushManifest": { "description": "If `true`, generate an [HTTP/2 Push\nManifest](https://github.com/GoogleChrome/http2-push-manifest) for your\napplication.", "type": "boolean" }, "addServiceWorker": { "description": "Generate a service worker for your application to cache all files and\nassets on the client.\n\nPolymer CLI will generate a service worker for your build using the\n[sw-precache library](https://github.com/GoogleChrome/sw-precache). To\ncustomize your service worker, create a sw-precache-config.js file in your\nproject directory that exports your configuration. See the [sw-precache\nREADME](https://github.com/GoogleChrome/sw-precache) for a list of all\nsupported options.\n\nNote that the sw-precache library uses a cache-first strategy for maximum\nspeed and makes some other assumptions about how your service worker should\nbehave. Read the \"Considerations\" section of the sw-precache README to make\nsure that this is suitable for your application.", "type": "boolean" }, "basePath": { "description": "Update the entrypoint's `<base>` tag, to support serving this build from a\nnon-root path, such as when doing differential serving based on user\nagent. Requires that a `<base>` tag already exists. This works well in\nconjunction with the convention of using relative URLs for static\nresources and absolute URLs for application routes.\n\nIf `true`, use the build `name`. If a `string`, use that value.\nLeading/trailing slashes are optional.", "type": [ "string", "boolean" ] }, "browserCapabilities": { "description": "Capabilities required for a browser to consume this build. Values include\n`es2015` and `push`. See canonical list at:\nhttps://github.com/Polymer/prpl-server-node/blob/master/src/capabilities.ts\n\nThis field is purely a hint to servers reading this configuration, and\ndoes not affect the build process. A server supporting differential\nserving (e.g. prpl-server) can use this field to help decide which build\nto serve to a given user agent.", "items": { "enum": [ "es2015", "es2016", "es2017", "es2018", "modules", "push", "serviceworker" ], "type": "string" }, "type": "array" }, "bundle": { "anyOf": [ { "properties": { "excludes": { "description": "URLs of files and/or folders that should not be inlined.", "items": { "type": "string" }, "type": "array" }, "inlineCss": { "description": "Inline external CSS file contents into <style> tags.", "type": "boolean" }, "inlineScripts": { "description": "Inline external Javascript file contents into <script> tags.", "type": "boolean" }, "rewriteUrlsInTemplates": { "description": "Rewrite element attributes inside of templates when inlining html.", "type": "boolean" }, "sourcemaps": { "description": "Create identity source maps for inline scripts.", "type": "boolean" }, "stripComments": { "description": "Remove all comments except those tagged '@license', or starting with\n`<!--!` or `<!--#`, when true.", "type": "boolean" } }, "type": "object" }, { "type": "boolean" } ], "description": "By default, fragments are unbundled. This is optimal for HTTP/2-compatible\nservers and clients.\n\nIf the --bundle flag is supplied, all fragments are bundled together to\nreduce the number of file requests. This is optimal for sending to clients\nor serving from servers that are not HTTP/2 compatible." }, "css": { "description": "Options for processing CSS.", "properties": { "minify": { "anyOf": [ { "properties": { "exclude": { "description": "CSS files listed here will not be minified.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, { "type": "boolean" } ], "description": "Minify inlined and external CSS." } }, "type": "object" }, "html": { "description": "Options for processing HTML.", "properties": { "minify": { "anyOf": [ { "properties": { "exclude": { "description": "HTML files listed here will not be minified.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, { "type": "boolean" } ], "description": "Minify HTMl by removing comments and whitespace." } }, "type": "object" }, "insertPrefetchLinks": { "description": "Insert prefetch link elements into your fragments so that all dependencies\nare prefetched immediately. Add dependency prefetching by inserting `<link\nrel=\"prefetch\">` tags into entrypoint and `<link rel=\"import\">` tags into\nfragments and shell for all dependencies.\n\nNote this option may trigger duplicate requests. See\nhttps://github.com/Polymer/polymer-build/issues/239 for details.", "type": "boolean" }, "js": { "description": "Options for processing JavaScript.", "properties": { "compile": { "anyOf": [ { "properties": { "exclude": { "description": "JavaScript files listed here will not be compiled.", "items": { "type": "string" }, "type": "array" }, "target": { "$ref": "#/definitions/JsCompileTarget" } }, "type": "object" }, { "enum": [ "es2015", "es2016", "es2017", "es2018", "es5", false, true ] } ], "description": "Use babel to compile all ES6 JS down to ES5 for older browsers." }, "minify": { "anyOf": [ { "properties": { "exclude": { "description": "JavaScript files listed here will not be minified.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, { "type": "boolean" } ], "description": "Minify inlined and external JavaScript." }, "transformModulesToAmd": { "description": "Transform ES modules to AMD modules.", "type": "boolean" } }, "type": "object" }, "name": { "description": "The name of this build, used to determine the output directory name.", "type": "string" }, "preset": { "description": "A build preset for this build. A build can inherit some base configuration\nfrom a named preset.", "type": "string" }, "swPrecacheConfig": { "description": "A config file that's passed to the [sw-precache\nlibrary](https://github.com/GoogleChrome/sw-precache). See [its\nREADME](https://github.com/GoogleChrome/sw-precache) for details of the\nformat of this file.\n\nIgnored if `addServiceWorker` is not `true`.\n\nDefaults to `\"sw-precache-config.js`.", "type": "string" } }, "type": "object" } }, "properties": { "autoBasePath": { "description": "Set `basePath: true` on all builds. See that option for more details.", "type": "boolean" }, "builds": { "description": "List of build option configurations.", "items": { "$ref": "#/definitions/ProjectBuildOptions" }, "type": "array" }, "componentDir": { "description": "The directory containing this project's dependencies.", "type": "string" }, "entrypoint": { "description": "The path relative to `root` of the entrypoint file that will be served for\napp-shell style projects. Usually this is index.html.", "type": "string" }, "extraDependencies": { "description": "List of file paths, relative to the project directory, that should be\nincluded as extraDependencies in the build target.", "items": { "type": "string" }, "type": "array" }, "fragments": { "description": "The path relative to `root` of the lazily loaded fragments. Usually the\npages of an app or other bundles of on-demand resources.", "items": { "type": "string" }, "type": "array" }, "lint": { "$ref": "#/definitions/LintOptions", "description": "Options for the Polymer Linter." }, "moduleResolution": { "$ref": "#/definitions/ModuleResolutionStrategy", "description": "Algorithm to use for resolving module specifiers in import and export\nstatements when rewriting them to be web-compatible. Valid values are:\n\n\"none\": Disable module specifier rewriting. This is the default.\n\"node\": Use Node.js resolution to find modules." }, "npm": { "description": "Sets other options' defaults to NPM-appropriate values:\n\n - 'componentDir': 'node_modules/'", "type": "boolean" }, "root": { "description": "Path to the root of the project on the filesystem. This can be an absolute\npath, or a path relative to the current working directory. Defaults to the\ncurrent working directory of the process.", "type": "string" }, "shell": { "description": "The path relative to `root` of the app shell element.", "type": "string" }, "sources": { "description": "List of glob patterns, relative to root, of this project's sources to read\nfrom the file system.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
o80234
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": [ "string", "null" ] }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": [ "string", "null" ] }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": [ "string", "null" ] }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": [ "string", "null" ] }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }
kb_548_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (for triangle)", "type": "number" }, "height": { "description": "The height of the shape (for triangle)", "type": "number" }, "length": { "description": "The length of the shape (for rectangle)", "type": "number" }, "radius": { "description": "The radius of the shape (for circle)", "type": "number" }, "width": { "description": "The width of the shape (for rectangle)", "type": "number" } }, "type": "object" }, "shape": { "description": "The shape to calculate the area of", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_4888964f
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceRule": { "description": "NonResourceRule holds information that describes a rule for the non-resource", "properties": { "nonResourceURLs": { "description": "NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. \"*\" means all.", "items": { "type": "string" }, "type": "array" }, "verbs": { "description": "Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. \"*\" means all.", "items": { "type": "string" }, "type": "array" } }, "required": [ "verbs" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_ResourceRule": { "description": "ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.", "properties": { "apiGroups": { "description": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. \"*\" means all.", "items": { "type": "string" }, "type": "array" }, "resourceNames": { "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. \"*\" means all.", "items": { "type": "string" }, "type": "array" }, "resources": { "description": "Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups.\n \"*/foo\" represents the subresource 'foo' for all resources in the specified apiGroups.", "items": { "type": "string" }, "type": "array" }, "verbs": { "description": "Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. \"*\" means all.", "items": { "type": "string" }, "type": "array" } }, "required": [ "verbs" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SelfSubjectRulesReviewSpec": { "properties": { "namespace": { "description": "Namespace to evaluate rules for. Required.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SubjectRulesReviewStatus": { "description": "SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.", "properties": { "evaluationError": { "description": "EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete.", "type": "string" }, "incomplete": { "description": "Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.", "type": "boolean" }, "nonResourceRules": { "description": "NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceRule" }, "type": "array" }, "resourceRules": { "description": "ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_ResourceRule" }, "type": "array" } }, "required": [ "resourceRules", "nonResourceRules", "incomplete" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "SelfSubjectRulesReview" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta" }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SelfSubjectRulesReviewSpec", "description": "Spec holds information about the request being evaluated." }, "status": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SubjectRulesReviewStatus", "description": "Status is filled in by the server and indicates the set of actions a user can perform." } }, "required": [ "spec" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "authorization.k8s.io", "kind": "SelfSubjectRulesReview", "version": "v1beta1" } ] }
kb_957_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "filter-definition": { "type": "object", "properties": { "+": { "$ref": "#/definitions/filter-items" }, "plus": { "$ref": "#/definitions/filter-items" }, "-": { "$ref": "#/definitions/filter-items" }, "minus": { "$ref": "#/definitions/filter-items" } }, "x-sdk-ignore-properties": [ "+", "-" ], "additionalProperties": false }, "filter-items": { "type": "array", "minItems": 1, "items": { "type": "string" } }, "download-node": { "type": "object", "properties": { "level": { "type": "string", "enum": [ "project", "session", "acquisition", "analysis" ] }, "_id": { "type": "string", "pattern": "^[0-9a-f]{24}$" } }, "required": [ "level", "_id" ], "additionalProperties": false }, "download-filter": { "type": "object", "properties": { "tags": { "$ref": "#/definitions/filter-definition" }, "types": { "$ref": "#/definitions/filter-definition" } } }, "download-input": { "title": "Download", "type": "object", "properties": { "optional": { "type": "boolean" }, "nodes": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/download-node" } }, "filters": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/download-filter" } } }, "required": [ "optional", "nodes" ], "additionalProperties": false }, "download-ticket": { "type": "object", "properties": { "ticket": { "type": "string" } }, "additionalProperties": false, "required": [ "ticket" ] } }, "properties": { "filter-definition": { "$ref": "#/definitions/filter-definition" }, "filter-items": { "$ref": "#/definitions/filter-items" }, "download-node": { "$ref": "#/definitions/download-node" }, "download-filter": { "$ref": "#/definitions/download-filter" }, "download-input": { "$ref": "#/definitions/download-input" }, "download-ticket": { "$ref": "#/definitions/download-ticket" } }, "required": [ "filter-definition", "filter-items", "download-node", "download-filter", "download-input", "download-ticket" ] }
o74180
{ "title": "Table DataSource", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used.", "properties": { "dataSourceName": { "type": "string", "description": "The fully-qualified string value used to specify where the dataSource is derived." }, "gdbVersion": { "type": "string", "description": "If applicable, the value indicating the version of the geodatabase." }, "type": { "type": "string", "description": "String value indicating the type for the dataSource. The value for a Table DataSource is `table`.", "enum": [ "table" ] }, "workspaceId": { "type": "string", "description": "The unique string value used to identify the datasource's workspace." } }, "required": [ "type" ], "additionalProperties": false, "esriDocumentation": { "examples": [ { "title": "Table DataSource", "code": { "dataSource": { "type": "table", "workspaceId": "MyDatabaseWorkspaceIDSSR2", "dataSourceName": "ss6.gdb.Lakes" } } } ] } }
o90316
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Event", "description": "Festival event schema", "type": "object", "required": [ "uuid", "title" ], "additionalProperties": false, "properties": { "uuid": { "$ref": "#/definitions/uuid" }, "owner": { "$ref": "#/definitions/uuid" }, "title": { "type": "string", "maxLength": 255, "description": "event title" } }, "definitions": { "uuid": { "type": "string", "pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}" } } }
o61536
{ "additionalProperties": false, "definitions": { "browser_statement": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "releases": { "additionalProperties": { "$ref": "#/definitions/release_statement" }, "type": "object" } }, "required": [ "name", "releases" ], "type": "object" }, "browsers": { "additionalProperties": false, "properties": { "chrome": { "$ref": "#/definitions/browser_statement" }, "chrome_android": { "$ref": "#/definitions/browser_statement" }, "edge": { "$ref": "#/definitions/browser_statement" }, "edge_mobile": { "$ref": "#/definitions/browser_statement" }, "firefox": { "$ref": "#/definitions/browser_statement" }, "firefox_android": { "$ref": "#/definitions/browser_statement" }, "ie": { "$ref": "#/definitions/browser_statement" }, "nodejs": { "$ref": "#/definitions/browser_statement" }, "opera": { "$ref": "#/definitions/browser_statement" }, "opera_android": { "$ref": "#/definitions/browser_statement" }, "qq_android": { "$ref": "#/definitions/browser_statement" }, "safari": { "$ref": "#/definitions/browser_statement" }, "safari_ios": { "$ref": "#/definitions/browser_statement" }, "samsunginternet_android": { "$ref": "#/definitions/browser_statement" }, "uc_android": { "$ref": "#/definitions/browser_statement" }, "uc_chinese_android": { "$ref": "#/definitions/browser_statement" }, "webview_android": { "$ref": "#/definitions/browser_statement" } }, "type": "object" }, "release_statement": { "additionalProperties": false, "properties": { "release_date": { "format": "date", "type": "string" }, "release_notes": { "format": "uri", "type": "string" }, "status": { "enum": [ "retired", "current", "exclusive", "beta", "nightly", "esr", "planned" ], "type": "string" } }, "type": "object" } }, "properties": { "browsers": { "$ref": "#/definitions/browsers" } }, "type": "object" }
o79893
{ "additionalProperties": false, "description": "Schema for YAUAA enrichment config", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "parameters": { "additionalProperties": false, "properties": { "cacheSize": { "type": "integer" } }, "type": "object" }, "vendor": { "type": "string" } }, "required": [ "vendor", "name", "enabled" ], "self": { "format": "jsonschema", "name": "yauaa_enrichment_config", "vendor": "com.snowplowanalytics.snowplow.enrichments", "version": "1-0-0" }, "type": "object" }
sp_355_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base (for triangle)", "type": "number" }, "height": { "description": "The height (for triangle)", "type": "number" }, "length": { "description": "The length (for rectangle)", "type": "number" }, "radius": { "description": "The radius (for circle)", "type": "number" }, "width": { "description": "The width (for rectangle)", "type": "number" } }, "type": "object" }, "shape": { "description": "The type of shape", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_8fa7d6fa
{ "properties": { "activeextensionfunction": { "readonly": true, "type": "integer" }, "extensionfuncdescription": { "readonly": true, "type": "string" }, "extensionfunctionallparams": { "readonly": true, "type": "object" }, "extensionfunctionallparamscount": { "readonly": true, "type": "integer" }, "extensionfunctionargcount": { "readonly": true, "type": "integer" }, "extensionfunctionargtype": { "readonly": true, "type": "object" }, "extensionfunctionclasses": { "readonly": true, "type": "object" }, "extensionfunctionclassescount": { "readonly": true, "type": "integer" }, "extensionfunctionclasstype": { "readonly": true, "type": "string" }, "extensionfunctionlinenumber": { "readonly": true, "type": "integer" }, "extensionfunctionname": { "readonly": true, "type": "string" }, "extensionfunctionreturntype": { "readonly": true, "type": "string" }, "name": { "type": "string" } }, "title": "nsextension_extensionfunction_binding", "type": "object" }
o30756
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "author": { "type": "string" }, "desc_en": { "type": "string" }, "desc_ru": { "type": "string" }, "flag": { "type": "string" }, "flag_comp": { "type": "string" }, "images": { "items": { "type": "string" }, "minItems": 1, "type": "array", "_uniqueItems": true }, "schema_version": { "pattern": "^0\\.1$", "type": "string" }, "title_en": { "type": "string" }, "title_ru": { "type": "string" }, "upload_timestamp": { "type": "integer" } }, "required": [ "schema_version", "title_ru", "title_en", "desc_ru", "desc_en", "flag", "flag_comp" ], "title": "BlackBox 3.0 task meta-info v0.1", "type": "object" }
o78060
{ "description": "Schema for a Snowplow payload", "items": { "additionalProperties": false, "properties": { "ad_ad": { "type": "string" }, "ad_ba": { "type": "string" }, "ad_ca": { "type": "string" }, "ad_uid": { "type": "string" }, "aid": { "type": "string" }, "cd": { "type": "string" }, "co": { "type": "string" }, "cookie": { "type": "string" }, "cs": { "type": "string" }, "ctype": { "type": "string" }, "cx": { "type": "string" }, "ds": { "type": "string" }, "dtm": { "type": "string" }, "duid": { "type": "string" }, "e": { "type": "string" }, "eid": { "type": "string" }, "f_ag": { "type": "string" }, "f_dir": { "type": "string" }, "f_fla": { "type": "string" }, "f_gears": { "type": "string" }, "f_java": { "type": "string" }, "f_pdf": { "type": "string" }, "f_qt": { "type": "string" }, "f_realp": { "type": "string" }, "f_wma": { "type": "string" }, "fp": { "type": "string" }, "ip": { "type": "string" }, "lang": { "type": "string" }, "mac": { "type": "string" }, "nuid": { "type": "string" }, "p": { "type": "string" }, "page": { "type": "string" }, "pp_max": { "type": "string" }, "pp_may": { "type": "string" }, "pp_mix": { "type": "string" }, "pp_miy": { "type": "string" }, "refr": { "type": "string" }, "res": { "type": "string" }, "sa": { "type": "string" }, "se_ac": { "type": "string" }, "se_ca": { "type": "string" }, "se_la": { "type": "string" }, "se_pr": { "type": "string" }, "se_va": { "type": "string" }, "sid": { "type": "string" }, "sn": { "type": "string" }, "sp": { "type": "string" }, "st": { "type": "string" }, "stm": { "type": "string" }, "ti_ca": { "type": "string" }, "ti_cu": { "type": "string" }, "ti_id": { "type": "string" }, "ti_na": { "type": "string" }, "ti_nm": { "type": "string" }, "ti_pr": { "type": "string" }, "ti_qu": { "type": "string" }, "ti_sk": { "type": "string" }, "tid": { "type": "string" }, "tna": { "type": "string" }, "tnuid": { "type": "string" }, "tr_af": { "type": "string" }, "tr_ci": { "type": "string" }, "tr_co": { "type": "string" }, "tr_cu": { "type": "string" }, "tr_id": { "type": "string" }, "tr_sh": { "type": "string" }, "tr_st": { "type": "string" }, "tr_tt": { "type": "string" }, "tr_tx": { "type": "string" }, "ttm": { "type": "string" }, "tv": { "type": "string" }, "tz": { "type": "string" }, "ua": { "type": "string" }, "ue_na": { "type": "string" }, "ue_pr": { "type": "string" }, "ue_px": { "type": "string" }, "uid": { "type": "string" }, "url": { "type": "string" }, "vid": { "type": "string" }, "vp": { "type": "string" } }, "required": [ "tv", "p", "e" ], "type": "object" }, "minItems": 1, "self": { "format": "jsonschema", "name": "payload_data", "vendor": "com.snowplowanalytics.snowplow", "version": "1-0-4" }, "type": "array" }
sp_306_Normalized
{ "properties": { "brand": { "description": "The brand of the product", "type": "string" }, "category": { "description": "The category of the product", "type": "string" }, "price_range": { "properties": { "max_price": { "description": "The maximum price of the product", "type": "number" }, "min_price": { "description": "The minimum price of the product", "type": "number" } }, "required": [ "min_price", "max_price" ], "type": "object" } }, "required": [ "category" ], "type": "object" }
search_product_a7838034
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": { "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", "properties": { "apiVersion": { "description": "API version of the referent", "type": "string" }, "kind": { "description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"", "type": "string" }, "name": { "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier": { "description": "MetricIdentifier defines the name and optionally selector for a metric", "properties": { "name": { "description": "name is the name of the given metric", "type": "string" }, "selector": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector", "description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics." } }, "required": [ "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricValueStatus": { "description": "MetricValueStatus holds the current value for a metric", "properties": { "averageUtilization": { "_format": "int32", "description": "currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.", "type": "integer" }, "averageValue": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity", "description": "averageValue is the current value of the average of the metric across all relevant pods (as a quantity)" }, "value": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity", "description": "value is the current value of the metric (as a quantity)." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" } }, "description": "ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", "properties": { "current": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricValueStatus", "description": "current contains the current value for the given metric" }, "describedObject": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference" }, "metric": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier", "description": "metric identifies the target metric by name and selector" } }, "required": [ "metric", "current", "describedObject" ], "type": "object" }
kb_650_Normalized
{ "$id": "https://json.schemastore.org/unist.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "Point": { "description": "A point represents one place in a source file. The value of the point field implements the Point interface.", "markdownDescription": "A point represents one place in a source file. The value of the point field implements the [Point](https://github.com/syntax-tree/unist#point) interface.", "type": "object", "properties": { "column": { "description": "The column field (1-indexed integer) represents a column in a source file.", "type": "integer", "minimum": 1 }, "line": { "description": "The line field (1-indexed integer) represents a line in a source file.", "type": "integer", "minimum": 1 }, "offset": { "description": "The offset field (0-indexed integer) represents a character in a source file.", "type": "integer", "minimum": 0 } }, "required": ["column", "line"], "additionalProperties": false }, "Position": { "description": "A position represents the location of a node in a source file. The value of the position field implements the Position interface. The position field must not be present if a node is generated.", "markdownDescription": "A position represents the location of a node in a source file. The value of the position field implements the [Position](https://github.com/syntax-tree/unist#position) interface. The position field must not be present if a node is generated.", "type": "object", "properties": { "end": { "description": "The end field of Position represents the place of the first character after the parsed source region, whether it exists or not.", "$ref": "#/definitions/Point" }, "start": { "description": "The start field of Position represents the place of the first character of the parsed source region.", "$ref": "#/definitions/Point" } }, "required": ["end", "start"], "additionalProperties": false } }, "description": "Syntactic units in unist syntax trees are called nodes, and implement the Node interface.", "properties": { "type": { "description": "The type field is a non-empty string representing the variant of a node. This field can be used to determine the type a node implements.", "markdownDescription": "The [type](https://github.com/syntax-tree/unist#type) field is a non-empty string representing the variant of a node. This field can be used to determine the type a node implements.", "type": "string" }, "position": { "$ref": "#/definitions/Position" }, "children": { "description": "The children field is a list representing the children of a node.", "type": "array", "items": { "$ref": "#" } }, "data": { "description": "The data field represents information from the ecosystem. The value of the data field implements the Data interface.", "markdownDescription": "The data field represents information from the ecosystem. The value of the data field implements the [Data](https://github.com/syntax-tree/unist#data) interface.", "type": "object", "additionalProperties": true }, "value": { "description": "The value field can contain any value." } }, "required": ["type"], "title": "JSON schema for unist syntax trees", "type": "object" }
unist
{ "additionalProperties": false, "description": "Values based upon the user agents characteristics, typically requested via the ACCEPT-CH HTTP header, as defined in the HTTP Client Hint specification", "properties": { "architecture": { "description": "The user agent's underlying CPU architecture (for example: 'ARM64', or 'ia32')", "maxLength": 4096, "type": [ "string", "null" ] }, "brands": { "description": "The collection of brands a user agent identifies as", "items": { "additionalProperties": false, "properties": { "brand": { "description": "The user agent's commercial name (for example: 'cURL', 'Edge', 'The World\u2019s Best Web Browser')", "maxLength": 4096, "type": "string" }, "version": { "description": "The user agent's marketing version, which includes distinguishable web-exposed features (for example: '72', '3', or '12.1')", "maxLength": 128, "type": "string" } }, "required": [ "brand", "version" ], "type": "object" }, "type": "array" }, "isMobile": { "description": "A boolean indicating if the user agent's device is a mobile device. (for example: false or true)", "type": "boolean" }, "model": { "description": "The user agent's device model (for example: '', or 'Pixel 2 XL')", "maxLength": 4096, "type": [ "string", "null" ] }, "platform": { "description": "The user agent's operating system\u2019s commercial name. (for example: 'Windows', 'iOS', or 'AmazingOS')", "maxLength": 4096, "type": [ "string", "null" ] }, "platformVersion": { "description": "The user agent's operating system\u2019s version. (for example: 'NT 6.0', '15', or '17G')", "maxLength": 4096, "type": [ "string", "null" ] }, "uaFullVersion": { "description": "The user agent's build version (for example: '72.0.3245.12', '3.14159', or '297.70E04154A')", "maxLength": 4096, "type": [ "string", "null" ] } }, "required": [ "isMobile", "brands" ], "self": { "format": "jsonschema", "name": "http_client_hints", "vendor": "org.ietf", "version": "1-0-0" }, "type": "object" }
sp_412_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (if applicable)", "type": "number" }, "height": { "description": "The height of the shape (if applicable)", "type": "number" }, "length": { "description": "The length of the shape (if applicable)", "type": "number" }, "radius": { "description": "The radius of the shape (if applicable)", "type": "number" }, "width": { "description": "The width of the shape (if applicable)", "type": "number" } }, "type": "object" }, "shape": { "description": "The shape for which area needs to be calculated", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_87ae8dfa
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleRef": { "description": "RoleRef contains information that points to the role being used", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "apiGroup", "kind", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_Subject": { "description": "Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.", "properties": { "apiGroup": { "description": "APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects.", "type": "string" }, "kind": { "description": "Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.", "type": "string" }, "name": { "description": "Name of the object being referenced.", "type": "string" }, "namespace": { "description": "Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.20.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "enum": [ "rbac.authorization.k8s.io/v1beta1" ], "type": [ "string", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "ClusterRoleBinding" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata." }, "roleRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleRef", "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_Subject" }, "type": [ "array", "null" ] } }, "required": [ "roleRef" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "rbac.authorization.k8s.io", "kind": "ClusterRoleBinding", "version": "v1beta1" } ] }
kb_89_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINode": { "description": "DEPRECATED - This group version of CSINode is deprecated by storage/v1/CSINode. See the release notes for more information. CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "CSINode" ], "type": "string" }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "metadata.name must be the Kubernetes node name." }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINodeSpec", "description": "spec is the specification of CSINode" } }, "required": [ "spec" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "storage.k8s.io", "kind": "CSINode", "version": "v1beta1" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINodeDriver": { "description": "CSINodeDriver holds information about the specification of one CSI driver installed on a node", "properties": { "allocatable": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_VolumeNodeResources", "description": "allocatable represents the volume resources of a node that are available for scheduling." }, "name": { "description": "This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.", "type": "string" }, "nodeID": { "description": "nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as \"node1\", but the storage system may refer to the same node as \"nodeA\". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. \"nodeA\" instead of \"node1\". This field is required.", "type": "string" }, "topologyKeys": { "description": "topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. \"company.com/zone\", \"company.com/region\"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "nodeID" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINodeSpec": { "description": "CSINodeSpec holds information about the specification of all CSI drivers installed on a node", "properties": { "drivers": { "description": "drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINodeDriver" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" } }, "required": [ "drivers" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_VolumeNodeResources": { "description": "VolumeNodeResources is a set of resource limits for scheduling of volumes.", "properties": { "count": { "_format": "int32", "description": "Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.", "type": "integer" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": { "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "continue": { "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.", "type": "string" }, "remainingItemCount": { "_format": "int64", "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.", "type": "integer" }, "resourceVersion": { "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "CSINodeList is a collection of CSINode objects.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "items": { "description": "items is the list of CSINode", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINode" }, "type": [ "array", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "CSINodeList" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, "required": [ "items" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "storage.k8s.io", "kind": "CSINodeList", "version": "v1beta1" } ] }
kb_176_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Orbidder Adapter Params", "description": "A schema which validates params accepted by the Orbidder adapter", "type": "object", "properties": { "accountId": { "type": "string", "description": "The marketer's accountId." }, "placementId": { "type": "string", "description": "The placementId of the ad unit." }, "bidfloor": { "type": "number", "description": "The minimum CPM price in EUR.", "minimum": 0 } }, "required": [ "accountId", "placementId" ] }
o68325
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "base_path", "content_id", "description", "details", "document_type", "links", "locale", "public_updated_at", "schema_name", "title", "updated_at" ], "additionalProperties": false, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "description": { "$ref": "#/definitions/description_optional" }, "details": { "$ref": "#/definitions/details" }, "document_type": { "type": "string", "enum": [ "aaib_report", "asylum_support_decision", "business_finance_support_scheme", "cma_case", "uk_market_conformity_assessment_body", "countryside_stewardship_grant", "dfid_research_output", "drug_safety_update", "employment_appeal_tribunal_decision", "employment_tribunal_decision", "esi_fund", "export_health_certificate", "international_development_fund", "maib_report", "marine_notice", "medical_safety_alert", "raib_report", "residential_property_tribunal_decision", "service_standard_report", "statutory_instrument", "tax_tribunal_decision", "traffic_commissioner_regulatory_decision", "utaac_decision" ] }, "first_published_at": { "anyOf": [ { "$ref": "#/definitions/first_published_at" }, { "type": "null" } ] }, "links": { "type": "object", "additionalProperties": false, "properties": { "available_translations": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "child_taxons": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "children": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "document_collections": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "facet_groups": { "description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links.", "$ref": "#/definitions/frontend_links" }, "facet_values": { "description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups.", "$ref": "#/definitions/frontend_links" }, "finder": { "description": "The finder for this specialist document.", "$ref": "#/definitions/frontend_links_with_base_path", "maxItems": 1 }, "lead_organisations": { "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array.", "$ref": "#/definitions/frontend_links_with_base_path" }, "level_one_taxons": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "mainstream_browse_pages": { "description": "Powers the /browse section of the site. These are known as sections in some legacy apps.", "$ref": "#/definitions/frontend_links_with_base_path" }, "meets_user_needs": { "description": "The user needs this piece of content meets.", "$ref": "#/definitions/frontend_links_with_base_path" }, "ministers": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, "ordered_related_items": { "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger.", "$ref": "#/definitions/frontend_links_with_base_path" }, "ordered_related_items_overrides": { "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.", "$ref": "#/definitions/frontend_links_with_base_path" }, "organisations": { "description": "Associated organisations for this document", "$ref": "#/definitions/frontend_links_with_base_path" }, "original_primary_publishing_organisation": { "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", "maxItems": 1 }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "policies": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "policy_areas": { "description": "A largely deprecated tag currently only used to power email alerts.", "$ref": "#/definitions/frontend_links_with_base_path" }, "primary_publishing_organisation": { "description": "The primary organisation for this document", "$ref": "#/definitions/frontend_links_with_base_path" }, "related_to_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "role_appointments": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, "secondary_to_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "suggested_ordered_related_items": { "description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test.", "$ref": "#/definitions/frontend_links_with_base_path" }, "taxons": { "description": "Prototype-stage taxonomy label for this content item", "$ref": "#/definitions/frontend_links_with_base_path" }, "topic_taxonomy_taxons": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" }, "topics": { "description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.", "$ref": "#/definitions/frontend_links_with_base_path" } } }, "locale": { "$ref": "#/definitions/locale" }, "need_ids": { "type": "array", "items": { "type": "string" } }, "phase": { "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases", "type": "string", "enum": [ "alpha", "beta", "live" ] }, "public_updated_at": { "anyOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "publishing_app": { "$ref": "#/definitions/publishing_app_name" }, "publishing_request_id": { "$ref": "#/definitions/publishing_request_id" }, "publishing_scheduled_at": { "anyOf": [ { "$ref": "#/definitions/publishing_scheduled_at" }, { "type": "null" } ] }, "rendering_app": { "$ref": "#/definitions/rendering_app" }, "scheduled_publishing_delay_seconds": { "anyOf": [ { "$ref": "#/definitions/scheduled_publishing_delay_seconds" }, { "type": "null" } ] }, "schema_name": { "type": "string", "enum": [ "specialist_document" ] }, "title": { "$ref": "#/definitions/title" }, "updated_at": { "type": "string", "_format": "date-time" }, "withdrawn_notice": { "$ref": "#/definitions/withdrawn_notice" } }, "definitions": { "description": { "type": "string" }, "aaib_report_metadata": { "type": "object", "additionalProperties": false, "properties": { "aircraft_category": { "type": "array", "items": { "type": "string", "enum": [ "commercial-fixed-wing", "commercial-rotorcraft", "general-aviation-fixed-wing", "general-aviation-rotorcraft", "sport-aviation-and-balloons", "unmanned-aircraft-systems" ] } }, "aircraft_type": { "type": "string" }, "bulk_published": { "type": "boolean" }, "date_of_occurrence": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "location": { "type": "string" }, "registration": { "type": "string" }, "report_type": { "type": "string", "enum": [ "annual-safety-report", "correspondence-investigation", "field-investigation", "pre-1997-monthly-report", "foreign-report", "formal-report", "special-bulletin", "safety-study" ] } } }, "absolute_path": { "description": "A path only. Query string and/or fragment are not allowed.", "type": "string", "pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$" }, "analytics_identifier": { "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations.", "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "any_metadata": { "type": "object", "anyOf": [ { "$ref": "#/definitions/aaib_report_metadata" }, { "$ref": "#/definitions/asylum_support_decision_metadata" }, { "$ref": "#/definitions/business_finance_support_scheme_metadata" }, { "$ref": "#/definitions/cma_case_metadata" }, { "$ref": "#/definitions/uk_market_conformity_assessment_body_metadata" }, { "$ref": "#/definitions/countryside_stewardship_grant_metadata" }, { "$ref": "#/definitions/dfid_research_output_metadata" }, { "$ref": "#/definitions/drug_safety_update_metadata" }, { "$ref": "#/definitions/employment_appeal_tribunal_decision_metadata" }, { "$ref": "#/definitions/employment_tribunal_decision_metadata" }, { "$ref": "#/definitions/european_structural_investment_fund_metadata" }, { "$ref": "#/definitions/export_health_certificate_metadata" }, { "$ref": "#/definitions/international_development_fund_metadata" }, { "$ref": "#/definitions/maib_report_metadata" }, { "$ref": "#/definitions/marine_notice_metadata" }, { "$ref": "#/definitions/medical_safety_alert_metadata" }, { "$ref": "#/definitions/raib_report_metadata" }, { "$ref": "#/definitions/residential_property_tribunal_decision_metadata" }, { "$ref": "#/definitions/service_standard_report_metadata" }, { "$ref": "#/definitions/statutory_instrument_metadata" }, { "$ref": "#/definitions/tax_tribunal_decision_metadata" }, { "$ref": "#/definitions/traffic_commissioner_regulatory_decision_metadata" }, { "$ref": "#/definitions/utaac_decision_metadata" } ] }, "asylum_support_decision_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "hidden_indexable_content": { "type": "string" }, "tribunal_decision_categories": { "type": "array", "items": { "type": "string", "enum": [ "section-4-1-support-for-persons-who-are-neither-an-asylum-seeker-nor-a-failed-asylum-seeker", "section-4-2-support-for-failed-asylum-seekers", "section-95-support-for-asylum-seekers" ] } }, "tribunal_decision_category": { "type": "string", "enum": [ "section-4-1-support-for-persons-who-are-neither-an-asylum-seeker-nor-a-failed-asylum-seeker", "section-4-2-support-for-failed-asylum-seekers", "section-95-support-for-asylum-seekers" ] }, "tribunal_decision_decision_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "tribunal_decision_judges": { "type": "array", "items": { "type": "string" } }, "tribunal_decision_landmark": { "type": "string", "enum": [ "not-landmark", "landmark" ] }, "tribunal_decision_reference_number": { "type": "string" }, "tribunal_decision_sub_categories": { "type": "array", "items": { "type": "string" } }, "tribunal_decision_sub_category": { "type": "string" } } }, "body_html_and_govspeak": { "description": "The main content provided as HTML with the govspeak markdown it's rendered from", "anyOf": [ { "type": "string" } ] }, "business_finance_support_scheme_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "business_sizes": { "type": "array", "items": { "type": "string", "enum": [ "between-10-and-249", "between-250-and-500", "over-500", "under-10" ] } }, "business_stages": { "type": "array", "items": { "type": "string", "enum": [ "established", "not-yet-trading", "start-up" ] } }, "continuation_link": { "type": "string" }, "industries": { "type": "array", "items": { "type": "string", "enum": [ "agriculture-and-food", "business-and-finance", "construction", "education", "health", "hospitality-and-catering", "information-technology-digital-and-creative", "life-sciences", "manufacturing", "mining", "real-estate-and-property", "science-and-technology", "service-industries", "transport-and-distribution", "travel-and-leisure", "utilities-providers", "wholesale-and-retail" ] } }, "regions": { "type": "array", "items": { "type": "string", "enum": [ "east-midlands", "eastern", "london", "north-east", "north-west", "northern-ireland", "scotland", "south-east", "south-west", "wales", "west-midlands", "yorkshire-and-the-humber" ] } }, "types_of_support": { "type": "array", "items": { "type": "string", "enum": [ "equity", "expertise-and-advice", "finance", "grant", "loan", "recognition-award" ] } }, "will_continue_on": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } } }, "change_history": { "type": "array", "items": { "type": "object", "required": [ "public_timestamp", "note" ], "additionalProperties": false, "properties": { "note": { "description": "A summary of the change", "type": "string" }, "public_timestamp": { "type": "string", "_format": "date-time" } } } }, "cma_case_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "case_state": { "type": "string", "enum": [ "open", "closed" ] }, "case_type": { "type": "string", "enum": [ "ca98-and-civil-cartels", "competition-disqualification", "criminal-cartels", "markets", "mergers", "consumer-enforcement", "regulatory-references-and-appeals", "review-of-orders-and-undertakings", "state-aid" ] }, "closed_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "market_sector": { "type": "array", "items": { "type": "string", "enum": [ "aerospace", "agriculture-environment-and-natural-resources", "building-and-construction", "chemicals", "clothing-footwear-and-fashion", "communications", "defence", "distribution-and-service-industries", "electronics-industry", "energy", "engineering", "financial-services", "fire-police-and-security", "food-manufacturing", "giftware-jewellery-and-tableware", "healthcare-and-medical-equipment", "household-goods-furniture-and-furnishings", "mineral-extraction-mining-and-quarrying", "motor-industry", "oil-and-gas-refining-and-petrochemicals", "paper-printing-and-packaging", "pharmaceuticals", "public-markets", "recreation-and-leisure", "retail-and-wholesale", "telecommunications", "textiles", "transport", "utilities" ] } }, "opened_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "outcome_type": { "type": "string", "enum": [ "ca98-no-grounds-for-action-non-infringement", "ca98-infringement-chapter-i", "ca98-infringement-chapter-ii", "ca98-administrative-priorities", "ca98-commitment", "competition-disqualification-order-granted", "competition-disqualification-undertaking-given", "competition-disqualification-no-order-granted-or-undertaking-given", "criminal-cartels-verdict", "markets-phase-1-no-enforcement-action", "markets-phase-1-undertakings-in-lieu-of-reference", "markets-phase-1-referral", "mergers-phase-1-clearance", "mergers-phase-1-clearance-with-undertakings-in-lieu", "mergers-phase-1-referral", "mergers-phase-1-found-not-to-qualify", "mergers-phase-1-public-interest-interventions", "markets-phase-2-clearance-no-adverse-effect-on-competition", "markets-phase-2-adverse-effect-on-competition-leading-to-remedies", "markets-phase-2-decision-to-dispense-with-procedural-obligations", "mergers-phase-2-clearance", "mergers-phase-2-clearance-with-remedies", "mergers-phase-2-prohibition", "mergers-phase-2-cancellation", "consumer-enforcement-no-action", "consumer-enforcement-court-order", "consumer-enforcement-undertakings", "consumer-enforcement-changes-to-business-practices-agreed", "regulatory-references-and-appeals-final-determination", "state-aid-no-aid", "state-aid-aid-approved", "state-aid-conditional-decision", "state-aid-aid-not-approved", "state-aid-investigation", "state-aid-recommendation-accepted", "state-aid-recommendation-implemented", "state-aid-aid-not-misused" ] } } }, "countryside_stewardship_grant_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "funding_amount": { "type": "array", "items": { "type": "string", "enum": [ "up-to-100", "101-to-200", "201-to-300", "301-to-400", "401-to-500", "more-than-500", "up-to-50-actual-costs", "more-than-50-actual-costs" ] } }, "grant_type": { "type": "string", "enum": [ "option", "capital-item", "supplement" ] }, "land_use": { "type": "array", "items": { "type": "string", "enum": [ "arable-land", "boundaries", "coast", "educational-access", "flood-risk", "grassland", "historic-environment", "livestock-management", "organic-land", "priority-habitats", "trees-non-woodland", "uplands", "vegetation-control", "water-quality", "wildlife-package", "woodland" ] } }, "tiers_or_standalone_items": { "type": "array", "items": { "type": "string", "enum": [ "higher-tier", "mid-tier", "offer-lowland-grazing", "offer-mixed-farming", "offer-arable", "offer-upland", "standalone-capital-items" ] } } } }, "description_optional": { "anyOf": [ { "$ref": "#/definitions/description" }, { "type": "null" } ] }, "details": { "type": "object", "required": [ "body", "metadata" ], "additionalProperties": false, "properties": { "attachments": { "description": "An ordered list of asset links", "type": "array", "items": { "$ref": "#/definitions/specialist_publisher_attachment_asset" } }, "body": { "$ref": "#/definitions/body_html_and_govspeak" }, "change_history": { "$ref": "#/definitions/change_history" }, "headers": { "$ref": "#/definitions/nested_headers" }, "max_cache_time": { "$ref": "#/definitions/max_cache_time" }, "metadata": { "$ref": "#/definitions/any_metadata" }, "temporary_update_type": { "description": "Indicates that the user should choose a new update type on the next save.", "type": "boolean" } } }, "dfid_research_output_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "country": { "type": "array", "items": { "type": "string", "enum": [ "AF", "AL", "DZ", "AD", "AO", "AG", "AR", "AM", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BT", "BO", "BA", "BW", "BR", "BN", "BG", "BF", "MM", "BI", "KH", "CM", "CA", "CV", "CF", "TD", "CL", "CN", "CO", "KM", "CG", "CD", "CK", "CR", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "TL", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FJ", "FI", "FR", "GA", "GM", "GE", "DE", "GH", "GR", "GD", "GT", "GN", "GW", "GY", "HT", "HN", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IL", "IT", "CI", "JM", "JP", "JO", "KZ", "KE", "KI", "XK", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MR", "MU", "MX", "FM", "MD", "MC", "MN", "ME", "MA", "MZ", "NA", "NR", "NP", "NL", "NZ", "NI", "NE", "NG", "KP", "NO", "OM", "PK", "PW", "PA", "PG", "PY", "PE", "PH", "PL", "PT", "QA", "RO", "RU", "RW", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "KR", "SS", "ES", "LK", "KN", "LC", "VC", "SD", "SR", "SZ", "SE", "CH", "SY", "TJ", "TZ", "TH", "TG", "TO", "TT", "TN", "TR", "TM", "TV", "UG", "UA", "AE", "GB", "US", "UY", "UZ", "VU", "VA", "VE", "VN", "YE", "ZM", "ZW" ] } }, "dfid_authors": { "type": "array", "items": { "type": "string" } }, "dfid_document_type": { "type": "string", "items": { "type": "string", "enum": [ "book", "book_chapter", "briefing", "case_study", "conference_paper", "country_report", "dataset", "discussion_paper", "evaluation_report", "journal_article", "journal_issue", "lessons_learned", "literature_review", "manual", "protocol", "research_paper", "systematic_review", "technical_report", "thematic_summary", "tool_kit", "training_materials", "working_paper" ] } }, "dfid_review_status": { "type": "string", "enum": [ "unreviewed", "peer_reviewed" ] }, "dfid_theme": { "type": "array", "items": { "type": "string", "enum": [ "agriculture", "climate_and_environment", "economic_growth", "education", "food_and_nutrition", "governance_and_conflict", "health", "humanitarian_disasters_and_emergencies", "infrastructure", "research_communication_and_uptake", "social_change", "water_and_sanitation" ] } }, "first_published_at": { "type": "string", "pattern": "^[1-9][0-9]{3}[-/](0[1-9]|1[0-2])[-/](0[1-9]|[12][0-9]|3[0-1])$" } } }, "drug_safety_update_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "first_published_at": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "therapeutic_area": { "type": "array", "items": { "type": "string", "enum": [ "anaesthesia-intensive-care", "breastfeeding", "cancer", "cardiovascular-disease-lipidology", "dentistry", "dermatology", "ear-nose-throat", "endocrinology-diabetology-metabolism", "gi-hepatology-pancreatic-disorders", "haematology", "immunology-vaccination", "immunosuppression-transplantation", "infectious-disease", "neurology", "nutrition-dietetics", "obstetrics-gynaecology-fertility", "ophthalmology", "paediatrics-neonatology", "pain-management-palliation", "pregnancy", "psychiatry", "radiology-imaging", "respiratory-disease-allergy", "rheumatology", "urology-nephrology" ] } } } }, "employment_appeal_tribunal_decision_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "hidden_indexable_content": { "type": "string" }, "tribunal_decision_categories": { "type": "array", "items": { "type": "string" } }, "tribunal_decision_decision_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "tribunal_decision_landmark": { "type": "string", "enum": [ "landmark", "not-landmark" ] }, "tribunal_decision_sub_categories": { "type": "array", "items": { "type": "string" } } } }, "employment_tribunal_decision_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "hidden_indexable_content": { "type": "string" }, "tribunal_decision_categories": { "type": "array", "items": { "type": "string" } }, "tribunal_decision_country": { "type": "string", "enum": [ "england-and-wales", "scotland" ] }, "tribunal_decision_decision_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" } } }, "european_structural_investment_fund_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "closing_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "fund_state": { "type": "string", "enum": [ "open", "closed" ] }, "fund_type": { "type": "array", "items": { "type": "string", "enum": [ "access-to-work", "business-support", "climate-change", "environment", "it-and-broadband", "learning-and-skills", "low-carbon", "renewable-energy", "research-and-innovation", "social-inclusion", "transport", "techincal-assistance", "tourism" ] } }, "funding_source": { "type": "array", "items": { "type": "string", "enum": [ "european-social-fund", "european-regional-development-fund", "european-agricoltural-fund-for-rural" ] } }, "location": { "type": "array", "items": { "type": "string", "enum": [ "north-east", "north-west", "yorkshire-and-humber", "east-midlands", "west-midlands", "east-of-england", "south-east", "south-west", "london" ] } } } }, "export_health_certificate_metadata": { "type": "object", "additionalProperties": false, "properties": { "certificate_status": { "type": "string", "enum": [ "active", "on-hold" ] }, "commodity_type": { "type": "string", "enum": [ "animal-products-including-food", "equine", "fish", "germplasm", "live-animals", "livestock", "pets" ] }, "destination_country": { "type": "array", "items": { "type": "string", "enum": [ "afghanistan", "albania", "algeria", "andean-community-of-peru-bolivia-colombia-ecuador", "angola", "anguilla", "antigua", "argentina", "armenia", "ascension-island", "australia", "austria", "azerbaijan", "bahamas", "bahrain", "bangladesh", "barbados", "belarus", "belgium", "belize", "benin", "bermuda", "bhutan", "bolivia", "bosnia-and-herzegovina", "botswana", "brazil", "british-virgin-islands", "brunei", "bulgaria", "burkina-faso", "burundi", "cambodia", "cameroon", "canada", "cape-verde", "cayman-islands", "central-african-republic", "chad", "chile", "china", "colombia", "comoros", "congo-democratic-republic-of", "congo-republic-of", "costa-rica", "cote-d-ivoire", "croatia", "cuba", "cyprus", "czech-republic", "denmark", "djibouti", "dominica", "dominican-republic", "east-timor", "ecuador", "egypt", "el-salvador", "equatorial-guinea", "eritrea", "estonia", "eswatini-previously-swaziland", "ethiopia", "eu", "eurasian-customs-union", "falkland-islands", "faroe-islands", "fiji", "finland", "france", "french-polynesia", "gabon", "gambia", "georgia", "germany", "ghana", "gibraltar", "great-britain", "greece", "grenada", "guam", "guatemala", "guernsey", "guinea", "guinea-bissau", "guyana", "haiti", "hawaii", "honduras", "hong-kong", "hungary", "iceland", "india", "indonesia", "iran", "iraq", "isle-of-man", "israel", "italy", "jamaica", "japan", "jersey", "jordan", "kazakhstan", "kenya", "kiribati", "kosovo", "kuwait", "kyrgyzstan", "laos", "latvia", "lebanon", "lesotho", "liberia", "libya", "liechtenstein", "lithuania", "luxembourg", "macao", "macedonia", "madagascar", "malawi", "malaysia", "maldives", "mali", "malta", "marshall-islands", "mauritania", "mauritius", "mexico", "micronesia", "moldova", "mongolia", "montenegro", "montserrat", "morocco", "mozambique", "myanmar", "namibia", "nauru", "nepal", "netherlands", "new-caledonia", "new-zealand", "nicaragua", "niger", "nigeria", "north-korea", "north-sudan", "northern-cyprus", "northern-ireland", "norway", "oman", "pakistan", "palau", "palestine", "panama", "papua-new-guinea", "paraguay", "peru", "philippines", "poland", "portugal", "qatar", "republic-of-ireland", "romania", "russia", "rwanda", "samoa", "san-marino", "sao-tome-and-principe", "saudi-arabia", "senegal", "serbia", "seychelles", "sierra-leone", "singapore", "slovakia", "slovenia", "solomon-islands", "somalia", "south-africa", "south-korea", "south-sudan", "spain", "sri-lanka", "st-helena", "st-kitts-and-nevis", "st-lucia", "st-vincent-and-the-grenadines", "sudan", "suriname", "swaziland-now-eswatini", "sweden", "switzerland", "syria", "taiwan", "tajikistan", "tanzania", "thailand", "togo", "tonga", "trinidad-and-tobago", "tristan-da-cunha", "tunisia", "turkey", "turkmenistan", "turks-and-caicos-islands", "tuvalu", "uganda", "ukraine", "united-arab-emirates", "uruguay", "usa", "uzbekistan", "vanuatu", "venezuela", "vietnam", "wallis-and-futuna-islands", "yemen", "zambia", "zimbabwe" ] } } } }, "first_published_at": { "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string", "_format": "date-time" }, "frontend_links": { "type": "array", "items": { "type": "object", "required": [ "content_id", "locale", "title" ], "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string", "_format": "uri" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "type": "object", "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links" } } }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string", "_format": "uri" } } } }, "frontend_links_with_base_path": { "type": "array", "items": { "type": "object", "required": [ "base_path", "content_id", "locale", "title" ], "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string", "_format": "uri" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "type": "object", "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links_with_base_path" } } }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string", "_format": "uri" } } } }, "guid": { "type": "string", "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$" }, "international_development_fund_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "development_sector": { "type": "array", "items": { "type": "string", "enum": [ "agriculture", "climate-change", "disabilities", "education", "empowerment-and-accountability", "environment", "girls-and-women", "health", "humanitarian-emergencies-disasters", "livelihoods", "peace-and-access-to-justice", "private-sector-business", "technology", "trade", "water-and-sanitation" ] } }, "eligible_entities": { "type": "array", "items": { "type": "string", "enum": [ "non-governmental-organisations", "uk-based-non-profit-organisations", "uk-based-small-and-diaspora-organisations", "companies", "local-government", "educational-institutions", "individuals", "humanitarian-relief-organisations" ] } }, "fund_state": { "type": "string", "enum": [ "open", "closed" ] }, "location": { "type": "array", "items": { "type": "string", "enum": [ "afghanistan", "albania", "algeria", "andorra", "angola", "antigua-and-barbuda", "argentina", "armenia", "australia", "austria", "azerbaijan", "bahamas", "bahrain", "bangladesh", "barbados", "belarus", "belgium", "belize", "benin", "bhutan", "bolivia", "bosnia-and-herzegovina", "botswana", "brazil", "brunei", "bulgaria", "burkina-faso", "burundi", "cambodia", "cameroon", "canada", "cape-verde", "central-african-republic", "chad", "chile", "china", "colombia", "comoros", "congo", "democratic-republic-of-congo", "cook-islands", "costa-rica", "croatia", "cuba", "cyprus", "czech-republic", "denmark", "djibouti", "dominica", "dominican-republic", "east-timor", "ecuador", "egypt", "el-salvador", "equatorial-guinea", "eritrea", "estonia", "ethiopia", "fiji", "finland", "france", "gabon", "gambia", "georgia", "germany", "ghana", "greece", "grenada", "guatemala", "guinea", "guinea-bissau", "guyana", "haiti", "honduras", "hungary", "iceland", "india", "indonesia", "iran", "iraq", "ireland", "israel", "italy", "cote-d-ivoire", "jamaica", "japan", "jordan", "kazakhstan", "kenya", "kiribati", "kosovo", "kuwait", "kyrgyzstan", "laos", "latvia", "lebanon", "lesotho", "liberia", "libya", "liechtenstein", "lithuania", "luxembourg", "macedonia", "madagascar", "malawi", "malaysia", "maldives", "mali", "malta", "marshall-islands", "mauritania", "mauritius", "mexico", "micronesia", "moldova", "monaco", "mongolia", "montenegro", "morocco", "mozambique", "myanmar", "namibia", "nauru", "nepal", "netherlands", "new-zealand", "nicaragua", "niger", "nigeria", "north-korea", "norway", "oman", "pakistan", "palau", "the-occupied-palestinian-territories", "panama", "papua-new-guinea", "paraguay", "peru", "philippines", "poland", "portugal", "qatar", "romania", "russia", "rwanda", "samoa", "san-marino", "sao-tome-and-principe", "saudi-arabia", "senegal", "serbia", "seychelles", "sierra-leone", "singapore", "slovakia", "slovenia", "solomon-islands", "somalia", "south-africa", "south-korea", "south-sudan", "spain", "sri-lanka", "st-kitts-and-nevis", "st-lucia", "st-vincent", "sudan", "suriname", "swaziland", "sweden", "switzerland", "syria", "tajikistan", "tanzania", "thailand", "togo", "tonga", "trinidad-and-tobago", "tunisia", "turkey", "turkmenistan", "tuvalu", "uganda", "ukraine", "united-arab-emirates", "united-kingdom", "united-states", "uruguay", "uzbekistan", "vanuatu", "vatican-city", "venezuela", "vietnam", "yemen", "zambia", "zimbabwe" ] } }, "value_of_funding": { "type": "array", "items": { "type": "string", "enum": [ "up-to-100000", "100001-500000", "500001-to-1000000", "more-than-1000000" ] } } } }, "locale": { "type": "string", "enum": [ "ar", "az", "be", "bg", "bn", "cs", "cy", "da", "de", "dr", "el", "en", "es", "es-419", "et", "fa", "fi", "fr", "gd", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "ko", "lt", "lv", "ms", "mt", "nl", "no", "pl", "ps", "pt", "ro", "ru", "si", "sk", "sl", "so", "sq", "sr", "sv", "sw", "ta", "th", "tk", "tr", "uk", "ur", "uz", "vi", "zh", "zh-hk", "zh-tw" ] }, "maib_report_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "date_of_occurrence": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "report_type": { "type": "string", "enum": [ "investigation-report", "safety-bulletin", "completed-preliminary-examination", "overseas-report", "discontinued-investigation" ] }, "vessel_type": { "type": "array", "items": { "type": "string", "enum": [ "merchant-vessel-100-gross-tons-or-over", "merchant-vessel-under-100-gross-tons", "fishing-vessel", "recreational-craft-sail", "recreational-craft-power" ] } } } }, "marine_notice_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "issued_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "marine_notice_topic": { "type": "array", "items": { "type": "string", "enum": [ "construction-and-equipment", "crew-and-training", "health-and-safety", "environmental", "navigation", "radio-communications", "registration", "security-isps", "survey-and-inspection" ] } }, "marine_notice_type": { "type": "string", "enum": [ "marine-guidance-note", "merchant-shipping-notice", "marine-information-note", "form", "instructions-to-surveyors", "codes-of-practice", "safety-bulletin", "other" ] }, "marine_notice_vessel_type": { "type": "array", "items": { "type": "string", "enum": [ "pleasure-vessels", "small-commercial-vessels", "cargo-vessels-over-24-metres", "fishing-vessels-under-15-metres", "fishing-vessels-15-24-metres", "fishing-vessels-over-24-metres", "high-speed-craft", "large-yachts", "passenger-vessels" ] } } } }, "max_cache_time": { "description": "The maximum length of time the content should be cached, in seconds", "type": "integer" }, "medical_safety_alert_metadata": { "type": "object", "additionalProperties": false, "properties": { "alert_type": { "type": "string", "enum": [ "drugs", "devices", "field-safety-notices", "company-led-drugs" ] }, "bulk_published": { "type": "boolean" }, "issued_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "medical_specialism": { "type": "array", "items": { "type": "string", "enum": [ "anaesthetics", "cardiology", "care-home-staff", "cosmetic-surgery", "critical-care", "dentistry", "general-practice", "general-surgery", "haematology-oncology", "infection-prevention", "obstetrics-gynaecology", "ophthalmology", "orthopaedics", "paediatrics", "pathology", "pharmacy", "physiotherapy-occupational-therapy", "radiology", "renal-medicine", "theatre-practitioners", "urology", "vascular-cardiac-surgery" ] } } } }, "nested_headers": { "type": "array", "items": { "type": "object", "required": [ "text", "level", "id" ], "additionalProperties": false, "properties": { "headers": { "$ref": "#/definitions/nested_headers" }, "id": { "type": "string" }, "level": { "type": "integer" }, "text": { "type": "string" } } }, "minItems": 1 }, "public_updated_at": { "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string", "_format": "date-time" }, "publishing_app_name": { "description": "The application that published this item.", "type": "string", "enum": [ "calculators", "calendars", "collections-publisher", "contacts", "content-publisher", "content-tagger", "email-alert-frontend", "external-link-tracker", "feedback", "frontend", "government-frontend", "hmrc-manuals-api", "info-frontend", "licencefinder", "local-links-manager", "manuals-frontend", "manuals-publisher", "maslow", "performanceplatform-big-screen-view", "publisher", "rummager", "search-admin", "search-api", "service-manual-publisher", "share-sale-publisher", "short-url-manager", "smartanswers", "special-route-publisher", "specialist-publisher", "static", "tariff", "travel-advice-publisher", "whitehall" ] }, "publishing_request_id": { "description": "A unique identifier used to track publishing requests to rendered content", "oneOf": [ { "type": "string" }, { "type": "null" } ] }, "publishing_scheduled_at": { "description": "When this content was last scheduled for publishing. Determined by the publishing intent sent by the publishing API.", "type": "string", "_format": "date-time" }, "raib_report_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "date_of_occurrence": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "railway_type": { "type": "array", "items": { "type": "string", "enum": [ "heavy-rail", "light-rail", "metros", "heritage-railways" ] } }, "report_type": { "type": "string", "enum": [ "investigation-report", "bulletin", "interim-report", "discontinuation-report", "safety-digest" ] } } }, "rendering_app": { "description": "The application that renders this item.", "type": "string", "enum": [ "calculators", "calendars", "collections", "content-store", "email-alert-frontend", "email-campaign-frontend", "feedback", "finder-frontend", "frontend", "government-frontend", "info-frontend", "licencefinder", "manuals-frontend", "performanceplatform-big-screen-view", "rummager", "search-api", "service-manual-frontend", "smartanswers", "spotlight", "static", "tariff", "whitehall-admin", "whitehall-frontend" ] }, "residential_property_tribunal_decision_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "hidden_indexable_content": { "type": "string" }, "tribunal_decision_category": { "type": "string", "enum": [ "housing-act-2004-and-housing-and-planning-act-2016", "leasehold-disputes-management", "leasehold-enfranchisement-and-extension", "park-homes", "rents", "right-to-buy", "tenant-associations", "tenant-fees-act" ] }, "tribunal_decision_decision_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "tribunal_decision_sub_category": { "type": "string", "enum": [ "housing-act-2004-and-housing-and-planning-act-2016---rent-repayment-orders", "housing-act-2004-and-housing-and-planning-act-2016---improvement-notices", "housing-act-2004-and-housing-and-planning-act-2016---prohibition-orders", "housing-act-2004-and-housing-and-planning-act-2016---demolition-and-closing-orders", "housing-act-2004-and-housing-and-planning-act-2016---emergency-notices-and-orders", "housing-act-2004-and-housing-and-planning-act-2016---empty-dwelling-management-orders", "housing-act-2004-and-housing-and-planning-act-2016---houses-in-multiple-occupation-licensing", "housing-act-2004-and-housing-and-planning-act-2016---selective-licensing", "housing-act-2004-and-housing-and-planning-act-2016---banning-orders", "housing-act-2004-and-housing-and-planning-act-2016---civil-financial-penalties", "housing-act-2004-and-housing-and-planning-act-2016---management-orders", "housing-act-2004-and-housing-and-planning-act-2016---overcrowding-notices", "leasehold-disputes-management---service-charges", "leasehold-disputes-management---administration-charges", "leasehold-disputes-management---appointment-of-manager", "leasehold-disputes-management---right-to-manage", "leasehold-disputes-management---variation-of-leases", "leasehold-disputes-management---breach-of-lease-forfeiture", "leasehold-disputes-management---estate-charges-estate-management-schemes", "leasehold-enfranchisement-and-extension---flats-lease-extension", "leasehold-enfranchisement-and-extension---houses-enfranchisement", "leasehold-enfranchisement-and-extension---flats-collective-enfranchisement", "leasehold-enfranchisement-and-extension---right-of-first-refusal", "park-homes---pitch-fee", "park-homes---section-4-any-question-under-act-or-agreement", "park-homes---local-authority-compliance-notice", "park-homes---appeal-against-alteration-of-a-site-licence-condition", "park-homes---local-authority-decision-emergency-action", "park-homes---local-authority-site-licence-refusal-refusal-to-transfer", "park-homes---site-owners-failure-to-deposit-site-rules-with-local-authority", "park-homes---site-rule-change-consultation-response", "park-homes---park-home-having-a-detrimental-effect", "park-homes---order-relating-to-implied-and-express-terms", "park-homes---recognition-of-residents-association", "park-homes---refusal-orders-against-giving-assigning-home", "park-homes---site-licence-payment-of-annual-fee", "park-homes---order-requiring-written-statement-of-terms", "park-homes---temporary-re-siting-return-of-resited-park-home", "park-homes---entitlement-to-terminate-an-agreement-for-occupation", "rents---market-rent-assured-shorthold-tenancy", "rents---fair-rent", "right-to-buy---right-to-buy-appeals-elderly-persons", "tenant-associations---recognition-of-tenants-association", "tenant-associations---request-for-information", "tenant-fees-act---recovery-of-a-prohibited-payment", "tenant-fees-act---financial-penalties" ] } } }, "scheduled_publishing_delay_seconds": { "description": "The delay between the most recent scheduled and actual publishing times. Determined by the content store based on the publishing intent.", "type": "integer" }, "service_standard_report_metadata": { "type": "object", "additionalProperties": false, "properties": { "assessment_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "bulk_published": { "type": "boolean" }, "result": { "type": "string", "enum": [ "met", "not-met" ] }, "service_provider": { "$ref": "#/definitions/guid" }, "stage": { "type": "string", "enum": [ "alpha", "alpha-reassessment", "beta", "beta-reassessment", "live", "live-reassessment", "live-review" ] } } }, "specialist_publisher_attachment_asset": { "type": "object", "required": [ "attachment_type", "content_id", "content_type", "id", "url" ], "additionalProperties": false, "properties": { "accessible": { "type": "boolean" }, "alternative_format_contact_email": { "type": "string" }, "attachment_type": { "type": "string", "enum": [ "file" ] }, "content_id": { "$ref": "#/definitions/guid" }, "content_type": { "type": "string" }, "created_at": { "_format": "date-time" }, "file_size": { "type": "integer" }, "filename": { "type": "string" }, "id": { "type": "string" }, "locale": { "$ref": "#/definitions/locale" }, "number_of_pages": { "type": "integer" }, "preview_url": { "type": "string", "_format": "uri" }, "title": { "type": "string" }, "updated_at": { "_format": "date-time" }, "url": { "type": "string", "_format": "uri" } } }, "statutory_instrument_metadata": { "type": "object", "additionalProperties": false, "properties": { "laid_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "sift_end_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "sifting_status": { "type": "string", "enum": [ "open", "closed", "withdrawn" ] }, "subject": { "type": "array", "items": { "type": "string", "enum": [ "business", "crime-justice-and-law", "defence", "education-training-and-skills", "entering-and-staying-in-the-uk", "environment", "going-and-being-abroad", "government", "health-and-social-care", "housing-local-and-community", "international", "life-circumstances", "money", "parenting-childcare-and-childrens-services", "regional-and-local-government", "society-and-culture", "transport", "welfare", "work" ] } }, "withdrawn_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" } } }, "tax_tribunal_decision_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "hidden_indexable_content": { "type": "string" }, "tribunal_decision_category": { "type": "string", "enum": [ "banking", "charity", "financial-services", "land-registration", "pensions", "tax" ] }, "tribunal_decision_decision_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" } } }, "title": { "type": "string" }, "traffic_commissioner_regulatory_decision_metadata": { "type": "object", "additionalProperties": false, "properties": { "case_type": { "type": "string", "enum": [ "application", "regulatory", "impounding", "environmental" ] }, "decision_subject": { "type": "string", "enum": [ "hgv-operator", "psv-operator", "transport-manager" ] }, "first_published_at": { "type": "string", "pattern": "^[1-9][0-9]{3}[-/](0[1-9]|1[0-2])[-/](0[1-9]|[12][0-9]|3[0-1])$" }, "outcome_type": { "type": "string", "enum": [ "no-action", "curtailment", "formal-warning", "loss-of-repute", "revocation" ] }, "regions": { "type": "array", "items": { "type": "string", "enum": [ "eastern", "london-and-southeast", "north-west", "north-east", "scotland", "wales", "west-midlands", "western" ] } } } }, "uk_market_conformity_assessment_body_metadata": { "type": "object", "additionalProperties": false, "properties": { "uk_market_conformity_assessment_body_email": { "type": "string" }, "uk_market_conformity_assessment_body_legislative_area": { "type": "array", "items": { "type": "string", "enum": [ "cableway-installations", "construction-products", "ecodesign", "electromagnetic-compatibility", "equipment-and-protective-systems-intended-for-use-in-potentially-explosive-atmospheres", "explosives", "gas-appliances-and-related", "lifts", "machinery", "marine-equipment", "measuring-instruments", "noise-emissions-in-the-environment-by-equipment-for-use-outdoors", "non-automatic-weighing-instruments", "personal-protective-equipment", "pressure-equipment", "pyrotechnics", "radio-equipment", "railway-interoperability", "recreational-craft", "simple-pressure-vessels", "toys", "transportable-pressure-equipment" ] } }, "uk_market_conformity_assessment_body_name": { "type": "string" }, "uk_market_conformity_assessment_body_number": { "type": "string" }, "uk_market_conformity_assessment_body_phone": { "type": "string" }, "uk_market_conformity_assessment_body_registered_office_location": { "type": "string", "enum": [ "australia", "canada", "israel", "japan", "new-zealand", "switzerland", "united-kingdom", "united-states-of-america" ] }, "uk_market_conformity_assessment_body_testing_locations": { "type": "array", "items": { "type": "string", "enum": [ "united-kingdom", "afghanistan", "albania", "algeria", "andorra", "angola", "antigua-and-barbuda", "argentina", "armenia", "australia", "austria", "azerbaijan", "bahrain", "bangladesh", "barbados", "belarus", "belgium", "belize", "benin", "bhutan", "bolivia", "bosnia-and-herzegovina", "botswana", "brazil", "brunei", "bulgaria", "burkina-faso", "burundi", "cambodia", "cameroon", "canada", "cape-verde", "central-african-republic", "chad", "chile", "china", "colombia", "comoros", "congo", "congo-democratic-republic", "costa-rica", "croatia", "cuba", "cyprus", "czechia", "denmark", "djibouti", "dominica", "dominican-republic", "east-timor", "ecuador", "egypt", "el-salvador", "equatorial-guinea", "eritrea", "estonia", "eswatini", "ethiopia", "fiji", "finland", "france", "gabon", "georgia", "germany", "ghana", "greece", "grenada", "guatemala", "guinea", "guinea-bissau", "guyana", "haiti", "honduras", "hungary", "iceland", "india", "indonesia", "iran", "iraq", "ireland", "israel", "italy", "ivory-coast", "jamaica", "japan", "jordan", "kazakhstan", "kenya", "kiribati", "north-korea", "south-korea", "kosovo", "kuwait", "kyrgyzstan", "laos", "latvia", "lebanon", "lesotho", "liberia", "libya", "liechtenstein", "lithuania", "luxembourg", "madagascar", "malawi", "malaysia", "maldives", "mali", "malta", "marshall-islands", "mauritania", "mauritius", "mexico", "micronesia", "moldova", "monaco", "mongolia", "montenegro", "morocco", "mozambique", "myanmar", "namibia", "nauru", "nepal", "netherlands", "new-zealand", "nicaragua", "niger", "nigeria", "north-macedonia", "norway", "oman", "pakistan", "palau", "panama", "papua-new-guinea", "paraguay", "peru", "philippines", "poland", "portugal", "qatar", "romania", "russia", "rwanda", "st-kitts-and-nevis", "st-lucia", "st-vincent", "samoa", "san-marino", "sao-tome-and-principe", "saudi-arabia", "senegal", "serbia", "seychelles", "sierra-leone", "singapore", "slovakia", "slovenia", "solomon-islands", "somalia", "south-africa", "south-sudan", "spain", "sri-lanka", "sudan", "suriname", "sweden", "switzerland", "syria", "tajikistan", "tanzania", "thailand", "the-bahamas", "the-gambia", "togo", "tonga", "trinidad-and-tobago", "tunisia", "turkey", "turkmenistan", "tuvalu", "uganda", "ukraine", "united-arab-emirates", "united-states", "uruguay", "uzbekistan", "vanuatu", "vatican-city", "venezuela", "vietnam", "yemen", "zambia", "zimbabwe" ] } }, "uk_market_conformity_assessment_body_type": { "type": "array", "items": { "type": "string", "enum": [ "approved-body", "recognised-third-party-organisation", "technical-assessment-body", "user-inspectorate", "third-country-body" ] } }, "uk_market_conformity_assessment_body_website": { "type": "string" }, "updated_at": { "type": "string" } } }, "utaac_decision_metadata": { "type": "object", "additionalProperties": false, "properties": { "bulk_published": { "type": "boolean" }, "hidden_indexable_content": { "type": "string" }, "tribunal_decision_categories": { "type": "array", "items": { "type": "string" } }, "tribunal_decision_decision_date": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, "tribunal_decision_judges": { "type": "array", "items": { "type": "string" } }, "tribunal_decision_sub_categories": { "type": "array", "items": { "type": "string" } } } }, "withdrawn_notice": { "type": "object", "additionalProperties": false, "properties": { "explanation": { "type": "string" }, "withdrawn_at": { "_format": "date-time" } } } } }
o21375
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Fibaro Home Center Motion Sensor JSON Schema", "name": "water_sensor", "type": "object", "properties": { "id": { "description": "Fibaro Home Center device ID", "type": "integer", "minimum": 2 }, "name": { "description": "Device name", "type": "string", "maxLength": 20 }, "roomID": { "description": "Room ID defined in Home Center GUI", "type": "integer", "minimum": 0 }, "type": { "description": "Zwave device type", "enum": [ "water_sensor" ] }, "remoteGatewayId": { "description": "Remote Gateway ID", "type": "integer", "minimum": 0 }, "remoteDeviceID": { "description": "Remote Device ID", "type": "integer", "minimum": 0 }, "properties": { "type": "object", "properties": { "UIMessageSendTime": { "type": "string" }, "alarmDelay": { "type": "string" }, "alarmExclude": { "type": "string" }, "alarmTimeTimestamp": { "type": "string" }, "armConditions": { "type": "string" }, "armConfig": { "type": "string" }, "armDelay": { "type": "string" }, "armError": { "type": "string" }, "armTimeTimestamp": { "type": "string" }, "armed": { "enum": [ "0", "1" ] }, "batteryLevel": { "type": "string" }, "batteryLowNotification": { "enum": [ "0", "1" ] }, "classConfigure": { "type": "string" }, "classGeneric": { "type": "string" }, "classSupport": { "type": "string" }, "classVersion": { "type": "string" }, "dead": { "type": "string" }, "deviceControlType": { "type": "string" }, "deviceIcon": { "type": "string" }, "disabled": { "type": "string" }, "emailNotificationID": { "type": "string" }, "emailNotificationType": { "type": "string" }, "endPoint": { "type": "string" }, "fibaroAlarm": { "enum": [ "0", "1" ] }, "isBatteryOperated": { "enum": [ "0", "1" ] }, "lastBreached": { "type": "string" }, "log": { "type": "string" }, "logTemp": { "type": "string" }, "needConfigure": { "type": "string" }, "nodeID": { "type": "string" }, "parametersTemplate": { "type": "string" }, "parentID": { "type": "string" }, "pollingRetryError": { "type": "string" }, "pollingTime": { "type": "string" }, "pollingTimeNext": { "type": "string" }, "pollingTimeSec": { "type": "string" }, "productInfo": { "type": "string" }, "pushNotificationID": { "type": "string" }, "pushNotificationType": { "type": "string" }, "requestNodeNeighborState": { "type": "string" }, "requestNodeNeighborStateTimeStemp": { "type": "string" }, "saveLogs": { "enum": [ "0", "1" ] }, "sceneActivation": { "type": "string" }, "sceneDimingDuration": { "type": "string" }, "sensorSupport": { "type": "string" }, "showChildren": { "enum": [ "0", "1" ] }, "smsNotificationID": { "type": "string" }, "smsNotificationType": { "type": "string" }, "sortOrder": { "type": "string" }, "tamperAlarm": { "type": "string" }, "tamperNotificationID": { "type": "string" }, "tamperNotificationType": { "type": "string" }, "tamperState": { "type": "string" }, "tamperTimestamp": { "type": "string" }, "unit": { "type": "string" }, "unitSensor": { "type": "string" }, "useTemplate": { "enum": [ "0", "1" ] }, "userDescription": { "type": "string" }, "value": { "type": "string" }, "valueSensor": { "type": "string" }, "wakeUpTime": { "type": "string" }, "zwaveCompany": { "type": "string" }, "zwaveInfo": { "type": "string" }, "zwaveVersion": { "type": "string" }, "parameters": { "type": "array", "minItems": 0, "items": { "type": "object", "properties": { "id": { "type": "number" }, "size": { "type": "number" }, "value": { "type": "number" }, "lastSetValue": { "type": "number" } } }, "_uniqueItems": false }, "associationView": { "type": "array", "minItems": 0, "maxItems": 3, "items": { "$ref": "#/definitions/associationItem" } }, "associationSet": { "type": "array", "minItems": 0, "maxItems": 3, "items": { "$ref": "#/definitions/associationItem" } } }, "required": [ "UIMessageSendTime", "alarmExclude", "alarmTimeTimestamp", "armConditions", "armConfig", "armError", "armTimeTimestamp", "armed", "classConfigure", "classGeneric", "classSupport", "classVersion", "dead", "deviceControlType", "deviceIcon", "disabled", "emailNotificationID", "emailNotificationType", "endPoint", "fibaroAlarm", "isBatteryOperated", "lastBreached", "log", "logTemp", "needConfigure", "parametersTemplate", "parentID", "pollingRetryError", "pollingTime", "pollingTimeNext", "pollingTimeSec", "productInfo", "pushNotificationID", "pushNotificationType", "requestNodeNeighborState", "requestNodeNeighborStateTimeStemp", "saveLogs", "showChildren", "smsNotificationID", "smsNotificationType", "sortOrder", "tamperAlarm", "tamperNotificationID", "tamperNotificationType", "tamperState", "tamperTimestamp", "unit", "useTemplate", "userDescription", "value", "zwaveCompany", "zwaveInfo", "zwaveVersion" ], "additionalProperties": false }, "actions": { "type": "object", "properties": { "armed": { "type": "integer", "minimum": 1, "maximum": 1 }, "firmwareUpdate": { "type": "integer", "minimum": 1, "maximum": 1 }, "pollingTimeSec": { "type": "integer", "minimum": 1, "maximum": 1 }, "requestNodeNeighborUpdate": { "type": "integer", "minimum": 0, "maximum": 0 }, "wakeUpTime": { "type": "integer", "minimum": 1, "maximum": 1 } }, "required": [ "armed", "pollingTimeSec", "requestNodeNeighborUpdate" ], "additionalProperties": false }, "created": { "type": "number" }, "modified": { "type": "number" }, "sortOrder": { "type": "number" } }, "definitions": { "associationItem": { "properties": { "groupID": { "type": "number" }, "devices": { "type": "array", "minItems": 1, "maxItems": 254, "items": { "type": "number", "minimum": 1, "maximum": 254 } } } } }, "additionalProperties": false }
o56023
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "notes": { "type": "string", "maxLength": 32767 }, "enabled": { "type": "boolean" } }, "additionalProperties": false }
o9912
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Preconditions": { "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.", "properties": { "resourceVersion": { "description": "Specifies the target ResourceVersion", "type": "string" }, "uid": { "description": "Specifies the target UID.", "type": "string" } }, "type": "object" } }, "description": "DeleteOptions may be provided when deleting an API object.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "dryRun": { "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "gracePeriodSeconds": { "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "format": "int64", "type": [ "integer", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "DeleteOptions" ], "type": [ "string", "null" ] }, "orphanDependents": { "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "type": [ "boolean", "null" ] }, "preconditions": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Preconditions", "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned." }, "propagationPolicy": { "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "type": [ "string", "null" ] } }, "type": "object", "x-kubernetes-group-version-kind": [ { "group": "", "kind": "DeleteOptions", "version": "v1" }, { "group": "admission.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "admission.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "admissionregistration.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "admissionregistration.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apiextensions.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "apiextensions.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apiregistration.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "apiregistration.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apps", "kind": "DeleteOptions", "version": "v1" }, { "group": "apps", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apps", "kind": "DeleteOptions", "version": "v1beta2" }, { "group": "auditregistration.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "authentication.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "authentication.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "authorization.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "authorization.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "autoscaling", "kind": "DeleteOptions", "version": "v1" }, { "group": "autoscaling", "kind": "DeleteOptions", "version": "v2beta1" }, { "group": "autoscaling", "kind": "DeleteOptions", "version": "v2beta2" }, { "group": "batch", "kind": "DeleteOptions", "version": "v1" }, { "group": "batch", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "batch", "kind": "DeleteOptions", "version": "v2alpha1" }, { "group": "certificates.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "coordination.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "coordination.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "discovery.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "discovery.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "events.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "extensions", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "flowcontrol.apiserver.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "imagepolicy.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "networking.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "networking.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "node.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "node.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "policy", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "rbac.authorization.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "rbac.authorization.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "rbac.authorization.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "scheduling.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "scheduling.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "scheduling.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "settings.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "storage.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "storage.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "storage.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" } ] }
kb_250_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON schema for Windows resource files (.resjson)", "type": "object", "additionalProperties": { "type": "string", "minProperties": 1 } }
o73935
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "number" }, "width": { "description": "The width of the shape", "type": "number" } }, "required": [ "length", "width", "radius" ], "type": "object" }, "shape": { "description": "The type of shape (e.g. square, circle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_20a9a6ad
{ "additionalProperties": false, "description": "Snowplow PostgreSQL storage configuration", "properties": { "database": { "type": "string" }, "host": { "type": "string" }, "id": { "_format": "uuid", "type": "string" }, "name": { "type": "string" }, "password": { "properties": { "ec2ParameterStore": { "properties": { "parameterName": { "type": "string" } }, "required": [ "parameterName" ], "type": "object" } }, "required": [ "ec2ParameterStore" ], "type": [ "string", "object" ] }, "port": { "maximum": 65535, "minimum": 1, "type": "integer" }, "purpose": { "enum": [ "ENRICHED_EVENTS" ], "type": "string" }, "schema": { "type": "string" }, "sshTunnel": { "properties": { "bastion": { "properties": { "host": { "type": "string" }, "key": { "properties": { "ec2ParameterStore": { "properties": { "parameterName": { "type": "string" } }, "required": [ "parameterName" ], "type": "object" } }, "required": [ "ec2ParameterStore" ], "type": "object" }, "passphrase": { "type": "string" }, "port": { "maximum": 65535, "minimum": 1, "type": "integer" }, "user": { "type": "string" } }, "required": [ "host", "port", "user" ], "type": "object" }, "destination": { "properties": { "host": { "type": "string" }, "port": { "maximum": 65535, "minimum": 1, "type": "integer" } }, "required": [ "host", "port" ], "type": "object" }, "localPort": { "maximum": 65535, "minimum": 1, "type": "integer" } }, "required": [ "bastion", "destination", "localPort" ], "type": [ "object", "null" ] }, "sslMode": { "enum": [ "DISABLE", "REQUIRE", "VERIFY_CA", "VERIFY_FULL" ], "type": "string" }, "username": { "type": "string" } }, "required": [ "name", "host", "database", "port", "sslMode", "schema", "username", "password", "purpose" ], "self": { "format": "jsonschema", "name": "postgresql_config", "vendor": "com.snowplowanalytics.snowplow.storage", "version": "1-1-0" }, "type": "object" }
sp_366_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "mqttOut": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "mqttIn": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "dataTable": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "deviceState": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "deviceCommand": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "webhook": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "timer": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "event": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "virtualButton": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "deviceConnect": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "deviceDisconnect": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "endpoint": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, "integration": { "type": "object", "patternProperties": { ".*": { "type": "number" } } } } }
o9950
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "#/definitions/certificate", "title": "Certificate", "description": "A representation of an ssl certificate", "type": "object", "properties": { "name": { "description": "A name for the certificate for user reference", "type": "string" }, "matches": { "description": "A list of Url match pattern strings, to identify Urls this certificate can be used for.", "type": "array", "item": { "type": "string", "description": "An Url match pattern string" } }, "key": { "description": "An object containing path to file containing private key, on the file system", "type": "object", "properties": { "src": { "description": "The path to file containing key for certificate, on the file system" } } }, "cert": { "description": "An object containing path to file certificate, on the file system", "type": "object", "properties": { "src": { "description": "The path to file containing key for certificate, on the file system" } } }, "passphrase": { "description": "The passphrase for the certificate", "type": "string" } } }
o67597
{ "properties": { "experience": { "description": "The required experience level for the job", "type": "string" }, "keywords": { "description": "The keywords to be used in the search", "items": { "type": "string" }, "type": "array" }, "location": { "description": "The location to search for job openings", "type": "string" }, "salary_range": { "properties": { "max_salary": { "description": "The maximum salary range", "type": "number" }, "min_salary": { "description": "The minimum salary range", "type": "number" } }, "type": "object" } }, "type": "object" }
search_jobs_8634390f
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_FlowSchemaCondition": { "description": "FlowSchemaCondition describes conditions for a FlowSchema.", "properties": { "lastTransitionTime": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { "description": "`message` is a human-readable message indicating details about last transition.", "type": "string" }, "reason": { "description": "`reason` is a unique, one-word, CamelCase reason for the condition's last transition.", "type": "string" }, "status": { "description": "`status` is the status of the condition. Can be True, False, Unknown. Required.", "type": "string" }, "type": { "description": "`type` is the type of the condition. Required.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "FlowSchemaStatus represents the current state of a FlowSchema.", "properties": { "conditions": { "description": "`conditions` is a list of the current states of FlowSchema.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_FlowSchemaCondition" }, "type": [ "array", "null" ], "x-kubernetes-list-map-keys": [ "type" ], "x-kubernetes-list-type": "map" } }, "type": "object" }
kb_371_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "additionalProperties": false, "properties": { "id": { "type": "integer" }, "display_name": { "type": "string" }, "rating": { "type": "number" }, "avg_place": { "type": "number" }, "avg_score": { "type": "number" }, "games_played": { "type": "integer" }, "winner_zone": { "type": "boolean" } }, "required": [ "id", "display_name", "rating", "avg_place", "games_played" ] } }
o10295
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Project Array", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" } }, "required": [ "id", "name" ] } }
o13435
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "creationDate": { "type": "string", "format": "date-time" }, "lastUpdated": { "type": "string", "format": "date-time" }, "authorId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "authorType": { "type": "string", "enum": [ "flow", "user", "device", "apiToken", "notebook" ] }, "status": { "type": "string", "enum": [ "pending", "moving", "deleting", "completed" ] }, "name": { "type": "string", "minLength": 1, "maxLength": 1024 }, "parentDirectory": { "type": "string", "maxLength": 1024 }, "type": { "type": "string", "enum": [ "file", "directory" ] }, "fileSize": { "type": "number" }, "contentType": { "type": "string", "maxLength": 1024 }, "fileDimensions": { "type": "object", "properties": { "width": { "type": "number" }, "height": { "type": "number" } } }, "upload": { "type": "object", "properties": { "url": { "type": "string" }, "fields": { "type": "object", "patternProperties": { "^.*$": { "type": "string" } }, "properties": { "key": { "type": "string" }, "bucket": { "type": "string" } } } } } } }
o9902
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Sovrn Adapter Params", "description": "A schema which validates params accepted by the Sovrn adapter", "type": "object", "properties": { "tagid": { "type": "string", "description": "An ID which identifies the sovrn ad tag" }, "tagId": { "type": "string", "description": "An ID which identifies the sovrn ad tag (DEPRECATED, use \"tagid\" instead)" }, "bidfloor": { "type": "number", "description": "The minimium acceptable bid, in CPM, using US Dollars" } }, "oneOf": [ { "required": [ "tagid" ] }, { "required": [ "tagId" ] } ] }
o68337
{ "properties": { "grades": { "items": { "properties": { "course_name": { "description": "The name of the course", "type": "string" }, "credit_hours": { "description": "The credit hours for the course", "type": "number" }, "grade": { "description": "The letter grade for the course", "enum": [ "A", "B", "C", "D", "F" ], "type": "string" } }, "required": [ "course_name", "credit_hours", "grade" ], "type": "object" }, "type": "array" } }, "required": [ "grades" ], "type": "object" }
calculate_gpa_11b0bca5
{ "properties": { "electricity_consumption": { "description": "The electricity consumption in kilowatt-hours", "type": "number" }, "flight_distance": { "description": "The flight distance in kilometers", "type": "number" }, "gasoline_consumption": { "description": "The gasoline consumption in gallons", "type": "number" }, "meat_consumption": { "description": "The meat consumption in kilograms", "type": "number" } }, "required": [ "electricity_consumption", "gasoline_consumption", "flight_distance", "meat_consumption" ], "type": "object" }
calculate_carbon_footprint_3d94e3cd
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "POST /birds [request]", "description": "Add a new bird to the library", "type": "object", "required": [ "id", "name", "family", "continents", "added", "visible" ], "additionalProperties": false, "properties": { "id": { "type": "string", "description": "Object id from the database" }, "name": { "type": "string", "description": "English bird name" }, "family": { "type": "string", "description": "Latin bird family name" }, "continents": { "type": "array", "description": "Continents the bird exist on", "minItems": 1, "items": { "type": "string" }, "_uniqueItems": true }, "added": { "type": "string", "description": "Date the bird was added to the registry. Format YYYY-MM-DD" }, "visible": { "type": "boolean", "description": "Determines if the bird should be visible in lists" } } }
o54986
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "base_path", "details", "document_type", "publishing_app", "rendering_app", "routes", "schema_name", "title" ], "additionalProperties": false, "properties": { "access_limited": { "$ref": "#/definitions/access_limited" }, "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "auth_bypass_ids": { "description": "A list of ids that will allow access to this item for non-authenticated users", "$ref": "#/definitions/guid_list" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "bulk_publishing": { "type": "boolean" }, "change_note": { "type": [ "null", "string" ] }, "description": { "$ref": "#/definitions/description_optional" }, "details": { "$ref": "#/definitions/details" }, "document_type": { "type": "string", "enum": [ "aaib_report", "about", "about_our_services", "accessible_documents_policy", "access_and_opening", "ambassador_role", "answer", "asylum_support_decision", "authored_article", "board_member_role", "business_finance_support_scheme", "calculator", "calendar", "case_study", "chief_professional_officer_role", "chief_scientific_officer_role", "chief_scientific_advisor_role", "closed_consultation", "cma_case", "coming_soon", "complaints_procedure", "completed_transaction", "consultation", "consultation_outcome", "contact", "coronavirus_landing_page", "corporate_report", "correspondence", "countryside_stewardship_grant", "decision", "deputy_head_of_mission_role", "detailed_guidance", "detailed_guide", "dfid_research_output", "document_collection", "drug_safety_update", "email_alert_signup", "employment_appeal_tribunal_decision", "employment_tribunal_decision", "equality_and_diversity", "esi_fund", "export_health_certificate", "external_content", "facet", "facet_group", "facet_value", "fatality_notice", "field_of_operation", "finder", "finder_email_signup", "foi_release", "form", "gone", "government", "government_response", "governor_role", "guidance", "guide", "help_page", "high_commissioner_role", "history", "hmrc_manual", "hmrc_manual_section", "homepage", "html_publication", "impact_assessment", "imported", "independent_report", "international_development_fund", "international_treaty", "knowledge_alpha", "licence", "license_finder", "local_transaction", "maib_report", "mainstream_browse_page", "manual", "manual_section", "map", "marine_notice", "media_enquiries", "medical_safety_alert", "membership", "military_role", "ministerial_role", "ministers_index", "national", "national_statistics", "national_statistics_announcement", "need", "news_article", "news_story", "notice", "official", "official_statistics", "official_statistics_announcement", "open_consultation", "oral_statement", "organisation", "our_energy_use", "our_governance", "person", "personal_information_charter", "petitions_and_campaigns", "place", "placeholder", "placeholder_ministerial_role", "placeholder_organisation", "placeholder_person", "placeholder_policy_area", "placeholder_topical_event", "placeholder_world_location", "placeholder_world_location_news_page", "placeholder_worldwide_organisation", "policy_area", "policy_paper", "press_release", "procurement", "promotional", "publication_scheme", "raib_report", "recruitment", "redirect", "regulation", "research", "residential_property_tribunal_decision", "role_appointment", "search", "service_manual_guide", "service_manual_homepage", "service_manual_service_standard", "service_manual_service_toolkit", "service_manual_topic", "service_sign_in", "service_standard_report", "services_and_information", "simple_smart_answer", "smart_answer", "social_media_use", "special_representative_role", "special_route", "speech", "staff_update", "statistical_data_set", "statistics", "statistics_announcement", "statutory_guidance", "statutory_instrument", "step_by_step_nav", "take_part", "tax_tribunal_decision", "taxon", "terms_of_reference", "topic", "topical_event", "topical_event_about_page", "traffic_commissioner_regulatory_decision", "traffic_commissioner_role", "transaction", "transparency", "travel_advice", "travel_advice_index", "unpublishing", "uk_market_conformity_assessment_body", "utaac_decision", "vanish", "welsh_language_scheme", "working_group", "world_location", "world_location_news_article", "world_news_story", "worldwide_office_staff_role", "worldwide_organisation", "written_statement" ] }, "first_published_at": { "$ref": "#/definitions/first_published_at" }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", "format": "date-time" }, "links": { "type": "object", "additionalProperties": false, "properties": { "policy_areas": { "description": "A largely deprecated tag currently only used to power email alerts.", "$ref": "#/definitions/guid_list" } } }, "locale": { "$ref": "#/definitions/locale" }, "need_ids": { "type": "array", "items": { "type": "string" } }, "phase": { "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases", "type": "string", "enum": [ "alpha", "beta", "live" ] }, "previous_version": { "type": "string" }, "public_updated_at": { "$ref": "#/definitions/public_updated_at" }, "publishing_app": { "$ref": "#/definitions/publishing_app_name" }, "redirects": { "type": "array", "additionalItems": false, "items": {} }, "rendering_app": { "$ref": "#/definitions/rendering_app" }, "routes": { "$ref": "#/definitions/routes" }, "schema_name": { "type": "string", "enum": [ "generic_with_external_related_links" ] }, "title": { "$ref": "#/definitions/title" }, "update_type": { "$ref": "#/definitions/update_type" } }, "definitions": { "description": { "type": "string" }, "absolute_path": { "description": "A path only. Query string and/or fragment are not allowed.", "type": "string", "pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$" }, "access_limited": { "type": "object", "additionalProperties": false, "properties": { "auth_bypass_ids": { "description": "Deprecated: auth_bypass_ids should be sent as a separate field", "$ref": "#/definitions/guid_list" }, "organisations": { "description": "A list of organisation content ids permitted access to this item", "$ref": "#/definitions/guid_list" }, "users": { "type": "array", "items": { "type": "string" } } } }, "analytics_identifier": { "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations.", "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "description_optional": { "anyOf": [ { "$ref": "#/definitions/description" }, { "type": "null" } ] }, "details": { "type": "object", "additionalProperties": false, "properties": { "external_related_links": { "$ref": "#/definitions/external_related_links" } } }, "external_link": { "type": "object", "required": [ "title", "url" ], "additionalProperties": false, "properties": { "title": { "type": "string" }, "url": { "type": "string", "format": "uri" } } }, "external_related_links": { "type": "array", "items": { "$ref": "#/definitions/external_link" } }, "first_published_at": { "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string", "format": "date-time" }, "guid": { "type": "string", "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$" }, "guid_list": { "type": "array", "items": { "$ref": "#/definitions/guid" }, "_uniqueItems": true }, "locale": { "type": "string", "enum": [ "ar", "az", "be", "bg", "bn", "cs", "cy", "da", "de", "dr", "el", "en", "es", "es-419", "et", "fa", "fi", "fr", "gd", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "ko", "lt", "lv", "ms", "mt", "nl", "no", "pl", "ps", "pt", "ro", "ru", "si", "sk", "sl", "so", "sq", "sr", "sv", "sw", "ta", "th", "tk", "tr", "uk", "ur", "uz", "vi", "zh", "zh-hk", "zh-tw" ] }, "public_updated_at": { "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string", "format": "date-time" }, "publishing_app_name": { "description": "The application that published this item.", "type": "string", "enum": [ "calculators", "calendars", "collections-publisher", "contacts", "content-publisher", "content-tagger", "email-alert-frontend", "external-link-tracker", "feedback", "frontend", "government-frontend", "hmrc-manuals-api", "info-frontend", "licencefinder", "local-links-manager", "manuals-frontend", "manuals-publisher", "maslow", "performanceplatform-big-screen-view", "publisher", "rummager", "search-admin", "search-api", "service-manual-publisher", "share-sale-publisher", "short-url-manager", "smartanswers", "special-route-publisher", "specialist-publisher", "static", "tariff", "travel-advice-publisher", "whitehall" ] }, "rendering_app": { "description": "The application that renders this item.", "type": "string", "enum": [ "calculators", "calendars", "collections", "content-store", "email-alert-frontend", "email-campaign-frontend", "feedback", "finder-frontend", "frontend", "government-frontend", "info-frontend", "licencefinder", "manuals-frontend", "performanceplatform-big-screen-view", "rummager", "search-api", "service-manual-frontend", "smartanswers", "spotlight", "static", "tariff", "whitehall-admin", "whitehall-frontend" ] }, "route": { "type": "object", "required": [ "path", "type" ], "additionalProperties": false, "properties": { "path": { "type": "string" }, "type": { "enum": [ "prefix", "exact" ] } } }, "routes": { "type": "array", "items": { "$ref": "#/definitions/route" }, "minItems": 1 }, "title": { "type": "string" }, "update_type": { "enum": [ "major", "minor", "republish" ] } } }
o21234
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "dependencies": { "type": "object", "description": "List of locked dependencies.", "items": { "type": "string", "description": "Each item contains the package name and version." } } } }
o61120
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DayTypeCalendar", "type": "array", "items": { "title": "Day", "type": "object", "properties": { "date": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } } }, "required": [ "date", "types" ] } }
o78036
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TopologySelectorLabelRequirement": { "description": "A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "values": { "description": "An array of string values. One value must match the label to be selected. Each entry in Values is ORed.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "values" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TopologySelectorTerm": { "description": "A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.", "properties": { "matchLabelExpressions": { "description": "A list of topology selector requirements by labels.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TopologySelectorLabelRequirement" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_StorageClass": { "description": "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.\n\nStorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.", "properties": { "allowVolumeExpansion": { "description": "AllowVolumeExpansion shows whether the storage class allow volume expand", "type": "boolean" }, "allowedTopologies": { "description": "Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TopologySelectorTerm" }, "type": "array" }, "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "StorageClass" ], "type": "string" }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "mountOptions": { "description": "Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. [\"ro\", \"soft\"]. Not validated - mount of the PVs will simply fail if one is invalid.", "items": { "type": "string" }, "type": "array" }, "parameters": { "additionalProperties": { "type": "string" }, "description": "Parameters holds the parameters for the provisioner that should create volumes of this storage class.", "type": "object" }, "provisioner": { "description": "Provisioner indicates the type of the provisioner.", "type": "string" }, "reclaimPolicy": { "description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.", "type": "string" }, "volumeBindingMode": { "description": "VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.", "type": "string" } }, "required": [ "provisioner" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "storage.k8s.io", "kind": "StorageClass", "version": "v1beta1" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": { "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "continue": { "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.", "type": "string" }, "remainingItemCount": { "_format": "int64", "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.", "type": "integer" }, "resourceVersion": { "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "StorageClassList is a collection of storage classes.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "items": { "description": "Items is the list of StorageClasses", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_StorageClass" }, "type": [ "array", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "StorageClassList" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, "required": [ "items" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "storage.k8s.io", "kind": "StorageClassList", "version": "v1beta1" } ] }
kb_1031_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "name": { "type": "string" }, "profession": { "type": "string" }, "elite": { "type": "boolean" }, "minor_traits": { "type": "array", "items": { "type": "number" } }, "major_traits": { "type": "array", "items": { "type": "number" } }, "icon": { "type": "string" }, "background": { "type": "string" }, "weapon_trait": { "type": "number" }, "profession_icon_big": { "type": "string" }, "profession_icon": { "type": "string" } }, "required": [ "id", "name", "profession", "elite", "minor_traits", "major_traits", "icon", "background" ] }, "properties": {}, "additionalProperties": false }
o45216
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string", "pattern": "^[0-9a-zA-Z_-]{1,255}$" }, "value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false }, "maxItems": 100 }
o9842
{ "definitions": {}, "properties": { "build": { "id": "/properties/build", "properties": { "bundles": { "description": "Define bundles created during the build", "id": "/properties/build/properties/bundles", "items": { "id": "/properties/build/properties/bundles/items", "properties": { "dependencies": { "description": "A set of dependencies to be included in your bundle\n Get more info at http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/the-aurelia-cli/10", "id": "/properties/build/properties/bundles/items/properties/dependencies", "items": { "oneOf": [ { "default": "your-dependencies-npm-name", "description": "If the main field of the library's package.json points to the single file that you need to bundle, then you can opt for a simplified configuration by just adding the package name to your dependencies directly", "id": "/properties/build/properties/bundles/items/properties/dependencies/items", "title": "Bundle Dependency", "type": "string" }, { "description": "Complex package", "id": "/properties/build/properties/bundles/items/properties/dependencies/items", "properties": { "deps": { "description": "This is an array of dependencies which must be loaded and available before the legacy library can be evaluated", "id": "/properties/build/properties/bundles/items/properties/dependencies/items/properties/deps", "title": "Legacy library dependencies", "type": [ "array" ] }, "env": { "description": "This can be used on any dependency in the bundle to indicate what environment builds the dependency should be included in. By default, dependencies are included in all builds.", "id": "/properties/build/properties/bundles/items/properties/dependencies/items/properties/env", "title": "Environment conditional bundling", "type": [ "string" ] }, "export": { "description": "This is the name of the global variable that should be used as the exported value of the module", "id": "/properties/build/properties/bundles/items/properties/dependencies/items/properties/export", "title": "Global export", "type": [ "string" ] }, "main": { "description": "This is the main module (entry point) of the package, relative to the path. You should not include the file extension. .js will be appended automatically. Specify false if no main entry point is available for your dependency", "id": "/properties/build/properties/bundles/items/properties/dependencies/items/properties/main", "title": "Main entry point", "type": [ "string", "boolean" ] }, "name": { "description": "The name of the dependency", "id": "/properties/build/properties/bundles/items/properties/dependencies/items/properties/name", "title": "Dependency name", "type": "string" }, "path": { "description": "This is a path to the single module file itself. This path is relative to your application's src folder. Also, you should not include the file extension. .js will be appended automatically", "id": "/properties/build/properties/bundles/items/properties/dependencies/items/properties/path", "title": "Relative path to the dependency", "type": "string" }, "resources": { "description": "Provide a list of additional files to be included with the bundle", "id": "/properties/build/properties/bundles/items/properties/dependencies/items/properties/resources", "title": "Additional library resources", "type": [ "array" ] } }, "required": [ "name", "path" ], "title": "Bundle Dependency", "type": "object" } ] }, "title": "Bundle dependencies", "type": "array" }, "name": { "description": "The name of the resulting bundle (with .js extension)", "id": "/properties/build/properties/bundles/items/properties/name", "title": "Bundle name", "type": "string" }, "prepend": { "description": "A set of files to prepend to the bundle", "id": "/properties/build/properties/bundles/items/properties/prepend", "items": { "description": "A glob pattern (or array of glob patterns) defining the resources to prepend in your bundle", "id": "/properties/build/properties/bundles/items/properties/source/items", "title": "Source path", "type": [ "string", "array" ] }, "title": "Files to prepend", "type": "array" }, "source": { "description": "A collection of glob patterns to include in the bundle", "id": "/properties/build/properties/bundles/items/properties/source", "items": { "description": "A glob pattern (or array of glob patterns) defining the resources to include in the bundle", "id": "/properties/build/properties/bundles/items/properties/source/items", "title": "Source path", "type": [ "string", "array" ] }, "title": "Source paths", "type": "array" } }, "required": [ "name" ], "type": "object" }, "title": "Application bundles", "type": "array" }, "copyFiles": { "description": "A dictionary (file:destination) specifying files to copy after build", "id": "/properties/build/properties/copyFiles", "title": "Copy files", "type": "object" }, "loader": { "description": "Configuring the loader (e.g RequireJS) for the CLI", "id": "/properties/build/properties/loader", "properties": { "config": { "description": "Additional configuration specifically for the selected loader type", "id": "/properties/build/properties/loader/properties/config", "title": "Loader configs", "type": "object" }, "configTarget": { "description": "The target bundle where additional loader configs will be appended to the bottom of the file", "id": "/properties/build/properties/loader/properties/configTarget", "title": "Configuration target", "type": "string" }, "includeBundleMetadataInConfig": { "description": "Whether to include a \"bundles\" property in the loader configuration. http://requirejs.org/docs/api.html#config-bundles", "id": "/properties/build/properties/loader/properties/includeBundleMetadataInConfig", "title": "includeBundleMetadataInConfig", "type": "string" }, "plugins": { "description": "Configure additional loader plugins (e.g. text-plugin, json-plugin ...)", "id": "/properties/build/properties/loader/properties/plugins", "items": { "id": "/properties/build/properties/loader/properties/plugins/items", "properties": { "extensions": { "description": "Extensions to be processed by the plugin", "id": "/properties/build/properties/loader/properties/plugins/items/properties/extensions", "items": { "id": "/properties/build/properties/loader/properties/plugins/items/properties/extensions/items", "type": "string" }, "title": "Plugin extensions", "type": "array" }, "name": { "description": "The name of the plugin", "id": "/properties/build/properties/loader/properties/plugins/items/properties/name", "title": "Plugin name", "type": "string" }, "stub": { "description": "If set to true the plugin won't be included in the bundle, resulting in a smaller bundle size. But you can't use the plugin at runtime for files that aren't in the bundle.", "id": "/properties/build/properties/loader/properties/plugins/items/properties/stub", "title": "Stub", "type": "boolean" } }, "type": "object" }, "title": "Loader plugins", "type": "array" }, "type": { "description": "The type of the loader to use", "id": "/properties/build/properties/loader/properties/type", "title": "Loader type", "type": "string" } }, "title": "Loader configuration", "type": "object" }, "options": { "description": "Setup minification, sourcemaps and revision support", "id": "/properties/build/properties/options", "properties": { "minify": { "description": "Minify builds for given environments", "id": "/properties/build/properties/options/properties/minify", "title": "Minification", "type": "string" }, "rev": { "description": "To create builds with revision numbers, you must set rev to true. This will cause a unique revision number to be added to the bundled files", "id": "/properties/build/properties/options/properties/rev", "title": "Build revisions", "type": "boolean" }, "sourcemaps": { "description": "Create sourcemaps for given environments", "id": "/properties/build/properties/options/properties/sourcemaps", "title": "Create sourcemaps", "type": "string" } }, "title": "Build options", "type": "object" }, "targets": { "id": "/properties/build/properties/targets", "items": { "id": "/properties/build/properties/targets/items", "properties": { "baseDir": { "description": "The baseDir for serving the build target", "id": "/properties/build/properties/targets/items/properties/baseDir", "title": "BaseDir", "type": "string" }, "displayName": { "description": "The name to display for the target application", "id": "/properties/build/properties/targets/items/properties/displayName", "title": "Displayname", "type": "string" }, "id": { "description": "The id for the target application", "id": "/properties/build/properties/targets/items/properties/id", "title": "Target id", "type": "string" }, "index": { "description": "The default start file for the application", "id": "/properties/build/properties/targets/items/properties/index", "title": "App start file", "type": "string" }, "output": { "description": "The folder where the built application will be copied to", "id": "/properties/build/properties/targets/items/properties/output", "title": "Output folder", "type": "string" } }, "type": "object" }, "type": "array" } }, "type": "object" }, "bundler": { "id": "/properties/bundler", "properties": { "displayName": { "id": "/properties/bundler/properties/displayName", "type": "string" }, "id": { "id": "/properties/bundler/properties/id", "type": "string" } }, "type": "object" }, "cssProcessor": { "description": "Define the used CSS Pre/processor", "id": "/properties/cssProcessor", "properties": { "displayName": { "description": "The name to display for the selected css processor", "id": "/properties/cssProcessor/properties/displayName", "title": "Display name", "type": "string" }, "fileExtension": { "description": "The file extension to use for the preprocessor", "id": "/properties/cssProcessor/properties/fileExtension", "title": "File extension", "type": "string" }, "id": { "description": "The id of the selected css preprocssor", "id": "/properties/cssProcessor/properties/id", "title": "CSS preprocessor id", "type": "string" }, "source": { "description": "A glob pattern (or array of glob patterns) pointing to the sources to be targeted by the css preprocessor", "id": "/properties/cssProcessor/properties/source", "title": "CSS preprocessor sources", "type": [ "string", "array" ] } }, "title": "CSS Processor", "type": "object" }, "editor": { "description": "The used editor along preconfigured defaults", "id": "/properties/editor", "properties": { "displayName": { "id": "/properties/editor/properties/displayName", "type": "string" }, "id": { "id": "/properties/editor/properties/id", "type": "string" } }, "title": "Editor", "type": "object" }, "markupProcessor": { "description": "Configure the markup processor", "id": "/properties/markupProcessor", "properties": { "displayName": { "description": "The name to display of the markup processor", "id": "/properties/markupProcessor/properties/displayName", "title": "Displayname", "type": "string" }, "fileExtension": { "description": "The file extensions to target by the markup processor", "id": "/properties/markupProcessor/properties/fileExtension", "title": "Markup file extensions", "type": "string" }, "id": { "description": "The id of the markup processor", "id": "/properties/markupProcessor/properties/id", "title": "Markup processor id", "type": "string" }, "source": { "description": "A glob pattern (or array of glob patterns) to the markup sources. In case of Webpack this can be an empty string.", "id": "/properties/markupProcessor/properties/source", "title": "Markup source", "type": [ "string", "array" ] } }, "required": [ "id", "displayName", "fileExtension", "source" ], "title": "Markup processor", "type": "object" }, "name": { "description": "The name of your app", "id": "/properties/name", "title": "App name", "type": "string" }, "paths": { "description": "Path mappings (key/value) for the loader. These will be included into the loader configuration (RequireJS/SystemJS).", "id": "/properties/paths", "title": "Path mappings", "type": "object" }, "platform": { "description": "Settings for the development platform", "id": "/properties/platform", "properties": { "baseDir": { "description": "Browsersync (au run) will serve from this directory", "id": "/properties/platform/properties/baseDir", "title": "BaseDir", "type": "string" }, "displayName": { "description": "The name of the platform specific build", "id": "/properties/platform/properties/displayName", "title": "Display name", "type": "string" }, "hmr": { "default": false, "description": "ONLY FOR WEBPACK. Define whether hot module reloading should be used with the dev server", "id": "/properties/platform/properties/hmr", "title": "(ONLY WP) Hot Module Reloading", "type": "boolean" }, "id": { "description": "The id of the platform specific build", "id": "/properties/platform/properties/id", "title": "Platform id", "type": "string" }, "index": { "description": "Path relative from project root to the index.html file. CLI updates script tags in this file on build", "id": "/properties/platform/properties/index", "title": "Index file (index.html)", "type": "string" }, "open": { "default": false, "description": "ONLY FOR WEBPACK. Should the default browser be opened automatically", "id": "/properties/platform/properties/open", "title": "(ONLY WP) Auto open default browser", "type": "boolean" }, "output": { "description": "A folder relative from project root where the bundles will be created", "id": "/properties/platform/properties/output", "title": "Output", "type": "string" }, "port": { "default": 8080, "description": "ONLY FOR WEBPACK. Define the default port to be used for the dev server", "id": "/properties/platform/properties/port", "title": "(ONLY WP) Dev Server Port", "type": "integer" } }, "title": "Platform", "type": "object" }, "testFramework": { "description": "The used test framework", "id": "/properties/testFramework", "properties": { "displayName": { "description": "The name to display for the used test framework", "id": "/properties/testFramework/properties/displayName", "title": "Test framework name", "type": "string" }, "id": { "description": "The id of the used test framework", "id": "/properties/testFramework/properties/id", "title": "Test framework id", "type": "string" } }, "required": [ "displayName", "id" ], "title": "Test framework", "type": "object" }, "transpiler": { "description": "The transpiler chosen for the app", "id": "/properties/transpiler", "properties": { "displayName": { "description": "The name to display for the selected transpiler", "id": "/properties/transpiler/properties/displayName", "title": "Displayname", "type": "string" }, "dtsSource": { "description": "Glob pattern to type definitions", "id": "/properties/transpiler/properties/dtsSource", "items": { "id": "/properties/transpiler/properties/dtsSource/items", "type": "string" }, "title": "d.ts source", "type": "array" }, "fileExtension": { "description": "File extensions to be processed by the transpiler", "id": "/properties/transpiler/properties/fileExtension", "title": "File extension", "type": "string" }, "id": { "description": "The id of the transpiler", "id": "/properties/transpiler/properties/id", "title": "Transpiler id", "type": "string" }, "options": { "description": "Addtional options to pass to the transpiler", "id": "/properties/transpiler/properties/options", "title": "Transpiler options", "type": "object" }, "source": { "description": "A glob pattern (or array of glob patterns) for the sources processed by the transpiler. In case of Webpack this can be an empty string", "id": "/properties/transpiler/properties/source", "title": "Transpiler sources", "type": [ "string", "array" ] } }, "required": [ "displayName", "id", "fileExtension", "source" ], "title": "Transpiler", "type": "object" }, "type": { "description": "The CLI application type scaffolded", "id": "/properties/type", "title": "Scaffold type", "type": "string" }, "unitTestRunner": { "description": "The testrunner used for your application. In case of Webpack this should be an array of testrunner configurations", "id": "/properties/unitTestRunner", "properties": { "displayName": { "description": "The name of the configured testrunner", "id": "/properties/unitTestRunner/properties/displayName", "title": "Display name", "type": "string" }, "id": { "description": "The id of the configured testrunner", "id": "/properties/unitTestRunner/properties/id", "title": "Testrunner Id", "type": "string" }, "source": { "default": "test/unit/**/*.js", "description": "Pointing to the spec files of your application. Can be empty for Webpack", "id": "/properties/unitTestRunner/properties/source", "title": "Test source files", "type": "string" } }, "required": [ "displayName", "id", "source" ], "title": "Test runner", "type": [ "object", "array" ] } }, "type": "object" }
o91040
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Attendee JSON Schema to translate ORM Entity to ObjectType instance", "type": "object", "definitions": { "field": { "type": "object", "oneOf": [ { "properties": { "type": { "type": "string", "enum": [ "callback" ] }, "value": { "type": "string" }, "options": { "type": "object" } } }, { "properties": { "type": { "type": "string", "enum": [ "field", "value" ] }, "value": { "type": [ "string", "null", "boolean", "number" ] }, "options": { "type": "object" } } } ] } }, "properties": { "display_name": { "$ref": "#/definitions/field" }, "contact_details": { "$ref": "#/definitions/field" }, "source": { "$ref": "#/definitions/field" }, "source_id": { "$ref": "#/definitions/field" } }, "required": [ "source", "source_id" ] }
o13129
{ "properties": { "point1": { "properties": { "x": { "description": "The x-coordinate of point 1", "type": "number" }, "y": { "description": "The y-coordinate of point 1", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }, "point2": { "properties": { "x": { "description": "The x-coordinate of point 2", "type": "number" }, "y": { "description": "The y-coordinate of point 2", "type": "number" } }, "required": [ "x", "y" ], "type": "object" } }, "required": [ "point1", "point2" ], "type": "object" }
calculate_distance_7df25b4a
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Static Analysis Results Format (SARIF) Version 1.0.0 JSON Schema", "description": "Static Analysis Results Format (SARIF) Version 1.0.0 JSON Schema: a standard format for the output of static analysis and other tools.", "additionalProperties": false, "type": "object", "properties": { "$schema": { "description": "The URI of the JSON schema corresponding to the version.", "type": "string", "format": "uri" }, "version": { "description": "The SARIF format version of this log file.", "enum": [ "1.0.0" ] }, "runs": { "description": "The set of runs contained in this log file.", "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/run" } } }, "required": [ "version", "runs" ], "definitions": { "annotatedCodeLocation": { "description": "An annotation used to express code flows through a method or other locations that are related to a result.", "additionalProperties": false, "type": "object", "properties": { "id": { "description": "OBSOLETE (use \"step\" instead): An identifier for the location, unique within the scope of the code flow within which it occurs.", "type": [ "integer", "string" ], "pattern": "^[1-9][0-9]*$", "minimum": 1 }, "step": { "description": "The 0-based sequence number of the location in the code flow within which it occurs.", "type": "integer", "minimum": 0 }, "physicalLocation": { "description": "A file location to which this annotation refers.", "$ref": "#/definitions/physicalLocation" }, "fullyQualifiedLogicalName": { "description": "The fully qualified name of the method or function that is executing.", "type": "string" }, "logicalLocationKey": { "description": "A key used to retrieve the annotation's logicalLocation from the logicalLocations dictionary.", "type": "string" }, "module": { "description": "The name of the module that contains the code that is executing.", "type": "string" }, "threadId": { "description": "The thread identifier of the code that is executing.", "type": "integer" }, "message": { "description": "A message relevant to this annotation.", "type": "string" }, "kind": { "description": "Categorizes the location.", "enum": [ "alias", "assignment", "branch", "call", "callReturn", "continuation", "declaration", "functionEnter", "functionExit", "functionReturn", "usage" ] }, "taintKind": { "description": "Classifies state transitions in code locations relevant to a taint analysis.", "enum": [ "source", "sink", "sanitizer" ] }, "target": { "description": "The fully qualified name of the target on which this location operates. For an annotation of kind 'call', for example, the target refers to the fully qualified logical name of the function called from this location.", "type": "string" }, "parameters": { "description": "An ordered set of strings that parameterize the operation for this location. For an annotation of kind 'call', for example, this property may hold the ordered list of arguments passed to the callee.", "type": "array", "default": [], "items": { "type": "string" } }, "variables": { "description": "A dictionary, each of whose keys specifies a variable name, the associated value of which represents the variable value. For an annotation of kind 'continuation', for example, this dictionary might hold the current assumed values of a set of global variables.", "type": "object" }, "targetKey": { "description": "A key used to retrieve the target's logicalLocation from the logicalLocations dictionary.", "type": "string" }, "essential": { "description": "OBSOLETE (use \"importance\" instead): True if this location is essential to understanding the code flow in which it occurs.", "type": "boolean" }, "importance": { "description": "Specifies the importance of this location in understanding the code flow in which it occurs. The order from most to least important is \"essential\", \"important\", \"unimportant\". Default: \"important\".", "enum": [ "important", "essential", "unimportant" ] }, "snippet": { "description": "The source code at the specified location.", "type": "string" }, "properties": { "description": "Key/value pairs that provide additional information about the code location.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } } }, "codeFlow": { "type": "object", "properties": { "message": { "description": "A message relevant to the code flow", "type": "string" }, "locations": { "description": "An array of 'annotatedCodeLocation' objects, each of which describes a single location visited by the tool in the course of producing the result.", "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/annotatedCodeLocation" } }, "properties": { "description": "Key/value pairs that provide additional information about the code flow.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } }, "required": [ "locations" ] }, "exception": { "type": "object", "properties": { "kind": { "type": "string", "description": "A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal." }, "message": { "type": "string", "description": "A string that describes the exception." }, "stack": { "description": "The sequence of function calls leading to the exception.", "$ref": "#/definitions/stack" }, "innerExceptions": { "type": "array", "description": "An array of exception objects each of which is considered a cause of this exception.", "items": { "$ref": "#/definitions/exception" } } } }, "fileChange": { "description": "A change to a single file.", "additionalProperties": false, "type": "object", "properties": { "uri": { "description": "A string that represents the location of the file to change as a valid URI.", "type": "string", "format": "uri" }, "uriBaseId": { "description": "A string that identifies the conceptual base for the 'uri' property (if it is relative), e.g.,'$(SolutionDir)' or '%SRCROOT%'.", "type": "string" }, "replacements": { "description": "An array of replacement objects, each of which represents the replacement of a single range of bytes in a single file specified by 'uri'.", "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/replacement" } } }, "required": [ "uri", "replacements" ], "dependencies": { "uriBaseId": [ "uri" ] } }, "file": { "description": "A single file. In some cases, this file might be nested within another file.", "additionalProperties": false, "type": "object", "properties": { "uri": { "description": "The path to the file within its containing file.", "type": "string", "format": "uri" }, "uriBaseId": { "description": "A string that identifies the conceptual base for the 'uri' property (if it is relative), e.g.,'$(SolutionDir)' or '%SRCROOT%'.", "type": "string" }, "parentKey": { "description": "Identifies the key of the immediate parent of the file, if this file is nested.", "type": "string" }, "offset": { "description": "The offset in bytes of the file within its containing file.", "type": "integer" }, "length": { "description": "The length of the file in bytes.", "type": "integer" }, "mimeType": { "description": "The MIME type (RFC 2045) of the file.", "type": "string", "pattern": "[^/]+/.+" }, "contents": { "description": "The contents of the file, expressed as a MIME Base64-encoded byte sequence.", "type": "string" }, "hashes": { "description": "An array of hash objects, each of which specifies a hashed value for the file, along with the name of the algorithm used to compute the hash.", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "$ref": "#/definitions/hash" } }, "properties": { "description": "Key/value pairs that provide additional information about the file.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } }, "dependencies": { "uriBaseId": [ "uri" ] } }, "fix": { "description": "A proposed fix for the problem represented by a result object. A fix specifies a set of file to modify. For each file, it specifies a set of bytes to remove, and provides a set of new bytes to replace them.", "additionalProperties": false, "type": "object", "properties": { "description": { "description": "A string that describes the proposed fix, enabling viewers to present a proposed change to an end user.", "type": "string" }, "fileChanges": { "description": "One or more file changes that comprise a fix for a result.", "type": "array", "items": { "$ref": "#/definitions/fileChange" } } }, "required": [ "description", "fileChanges" ] }, "formattedRuleMessage": { "description": "Contains information that can be used to construct a formatted message that describes a result.", "additionalProperties": false, "type": "object", "properties": { "formatId": { "description": "A string that identifies the message format used to format the message that describes this result. The value of formatId must correspond to one of the names in the set of name/value pairs contained in the 'messageFormats' property of the rule object whose 'id' property matches the 'ruleId' property of this result.", "type": "string" }, "arguments": { "description": "An array of strings that will be used, in combination with a message format, to construct a result message.", "type": "array", "items": { "type": "string" } } }, "required": [ "formatId" ] }, "hash": { "description": "A hash value of some file or collection of files, together with the algorithm used to compute the hash.", "additionalProperties": false, "type": "object", "properties": { "value": { "description": "The hash value of some file or collection of files, computed by the algorithm named in the 'algorithm' property.", "type": "string" }, "algorithm": { "description": "The name of the algorithm used to compute the hash value specified in the 'value' property.", "enum": [ "authentihash", "blake256", "blake512", "ecoh", "fsb", "gost", "groestl", "has160", "haval", "jh", "md2", "md4", "md5", "md6", "radioGatun", "ripeMD", "ripeMD128", "ripeMD160", "ripeMD320", "sdhash", "sha1", "sha224", "sha256", "sha384", "sha512", "sha3", "skein", "snefru", "spectralHash", "ssdeep", "swifft", "tiger", "tlsh", "whirlpool" ] } }, "required": [ "value", "algorithm" ] }, "invocation": { "description": "The runtime environment of the analysis tool run.", "additionalProperties": false, "type": "object", "properties": { "commandLine": { "description": "The command line used to invoke the tool.", "type": "string" }, "responseFiles": { "description": "The contents of any response files specified on the tool's command line.", "type": "object", "additionalProperties": true }, "startTime": { "description": "The date and time at which the run started. See \"Date/time properties\" in the SARIF spec for the required format.", "type": "string", "format": "date-time" }, "endTime": { "description": "The date and time at which the run ended. See \"Date/time properties\" in the SARIF spec for the required format.", "type": "string", "format": "date-time" }, "machine": { "description": "The machine that hosted the analysis tool run.", "type": "string" }, "account": { "description": "The account that ran the analysis tool.", "type": "string" }, "processId": { "description": "The process id for the analysis tool run.", "type": "integer" }, "fileName": { "description": "The fully qualified path to the analysis tool.", "type": "string" }, "workingDirectory": { "description": "The working directory for the analysis rool run.", "type": "string" }, "environmentVariables": { "description": "The environment variables associated with the analysis tool process, expressed as key/value pairs.", "type": "object", "additionalProperties": true, "default": {} }, "properties": { "description": "Key/value pairs that provide additional information about the run.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } } }, "location": { "description": "The location where an analysis tool produced a result.", "additionalProperties": false, "type": "object", "properties": { "analysisTarget": { "description": "Identifies the file that the analysis tool was instructed to scan. This need not be the same as the file where the result actually occurred.", "$ref": "#/definitions/physicalLocation" }, "resultFile": { "description": "Identifies the file where the analysis tool produced the result.", "$ref": "#/definitions/physicalLocation" }, "fullyQualifiedLogicalName": { "description": "The human-readable fully qualified name of the logical location where the analysis tool produced the result. If 'logicalLocationKey' is not specified, this member is can used to retrieve the location logicalLocation from the logicalLocations dictionary, if one exists.", "type": "string" }, "logicalLocationKey": { "description": "A key used to retrieve the location logicalLocation from the logicalLocations dictionary, when the string specified by 'fullyQualifiedLogicalName' is not unique.", "type": "string" }, "decoratedName": { "description": "The machine-readable fully qualified name for the logical location where the analysis tool produced the result, such as the mangled function name provided by a C++ compiler that encodes calling convention, return type and other details along with the function name.", "type": "string" }, "properties": { "description": "Key/value pairs that provide additional information about the location.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } } }, "logicalLocation": { "description": "A logical location of a construct that produced a result.", "additionalProperties": false, "type": "object", "properties": { "name": { "description": "Identifies the construct in which the result occurred. For example, this property might contain the name of a class or a method.", "type": "string" }, "parentKey": { "description": "Identifies the key of the immediate parent of the construct in which the result was detected. For example, this property might point to a logical location that represents the namespace that holds a type.", "type": "string" }, "kind": { "description": "The type of construct this logicalLocationComponent refers to. Should be one of 'function', 'member', 'module', 'namespace', 'package', 'resource', or 'type', if any of those accurately describe the construct.", "type": "string" } } }, "notification": { "type": "object", "description": "Describes a condition relevant to the tool itself, as opposed to being relevant to a target being analyzed by the tool.", "additionalProperties": false, "properties": { "id": { "description": "An identifier for the condition that was encountered.", "type": "string" }, "ruleId": { "description": "The stable, unique identifier of the rule (if any) to which this notification is relevant. If 'ruleKey' is not specified, this member can be used to retrieve rule metadata from the rules dictionary, if it exists.", "type": "string" }, "ruleKey": { "description": "A key used to retrieve the rule metadata from the rules dictionary that is relevant to the notificationn.", "type": "string" }, "physicalLocation": { "description": "The file and region relevant to this notification.", "$ref": "#/definitions/physicalLocation" }, "message": { "description": "A string that describes the condition that was encountered.", "type": "string" }, "level": { "description": "A value specifying the severity level of the notification.", "default": "warning", "enum": [ "note", "warning", "error" ] }, "threadId": { "description": "The thread identifier of the code that generated the notification.", "type": "integer" }, "time": { "description": "The date and time at which the analysis tool generated the notification.", "type": "string", "format": "date-time" }, "exception": { "description": "The runtime exception, if any, relevant to this notification.", "$ref": "#/definitions/exception" }, "properties": { "description": "Key/value pairs that provide additional information about the notification.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } }, "required": [ "message" ] }, "physicalLocation": { "description": "A physical location relevant to a result. Specifies a reference to a programming artifact together with a range of bytes or characters within that artifact.", "additionalProperties": false, "type": "object", "properties": { "uri": { "description": "The location of the file as a valid URI.", "type": "string", "format": "uri" }, "uriBaseId": { "description": "A string that identifies the conceptual base for the 'uri' property (if it is relative), e.g.,'$(SolutionDir)' or '%SRCROOT%'.", "type": "string" }, "region": { "description": "The region within the file where the result was detected.", "$ref": "#/definitions/region" } }, "required": [ "uri" ], "dependencies": { "uriBaseId": [ "uri" ] } }, "region": { "description": "A region within a file where a result was detected.", "additionalProperties": false, "type": "object", "properties": { "startLine": { "description": "The line number of the first character in the region.", "type": "integer", "minimum": 1 }, "startColumn": { "description": "The column number of the first character in the region.", "type": "integer", "minimum": 1 }, "endLine": { "description": "The line number of the last character in the region.", "type": "integer", "minimum": 1 }, "endColumn": { "description": "The column number of the last character in the region.", "type": "integer", "minimum": 1 }, "offset": { "description": "The zero-based offset from the beginning of the file of the first byte or character in the region.", "type": "integer", "minimum": 0 }, "length": { "description": "The length of the region in bytes or characters.", "type": "integer", "minimum": 0 } } }, "replacement": { "description": "The replacement of a single range of bytes in a file. Specifies the location within the file where the replacement is to be made, the number of bytes to remove at that location, and a sequence of bytes to insert at that location.", "additionalProperties": false, "type": "object", "properties": { "offset": { "description": "A non-negative integer specifying the offset in bytes from the beginning of the file at which bytes are to be removed, inserted or both. An offset of 0 shall denote the first byte in the file.", "type": "integer", "minimum": 0 }, "deletedLength": { "description": "The number of bytes to delete, starting at the byte offset specified by offset, measured from the beginning of the file.", "type": "integer", "minimum": 1 }, "insertedBytes": { "description": "The MIME Base64-encoded byte sequence to be inserted at the byte offset specified by the 'offset' property, measured from the beginning of the file.", "type": "string" } }, "required": [ "offset" ] }, "result": { "description": "A result produced by an analysis tool.", "additionalProperties": false, "type": "object", "properties": { "ruleId": { "description": "The stable, unique identifier of the rule (if any) to which this notification is relevant. If 'ruleKey' is not specified, this member can be used to retrieve rule metadata from the rules dictionary, if it exists.", "type": "string" }, "ruleKey": { "description": "A key used to retrieve the rule metadata from the rules dictionary that is relevant to the notificationn.", "type": "string" }, "level": { "description": "A value specifying the severity level of the result. If this property is not present, its implied value is 'warning'.", "default": "warning", "enum": [ "notApplicable", "pass", "note", "warning", "error" ] }, "message": { "description": "A string that describes the result. The first sentence of the message only will be displayed when visible space is limited.", "type": "string" }, "formattedRuleMessage": { "description": "A 'formattedRuleMessage' object that can be used to construct a formatted message that describes the result. If the 'formattedMessage' property is present on a result, the 'fullMessage' property shall not be present. If the 'fullMessage' property is present on an result, the 'formattedMessage' property shall not be present", "$ref": "#/definitions/formattedRuleMessage" }, "locations": { "description": "One or more locations where the result occurred. Specify only one location unless the problem indicated by the result can only be corrected by making a change at every specified location.", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "$ref": "#/definitions/location" } }, "snippet": { "description": "A source code or other file fragment that illustrates the result.", "type": "string" }, "id": { "description": "A unique identifer for the result.", "type": "string" }, "toolFingerprintContribution": { "description": "A string that contributes to the unique identity of the result.", "type": "string" }, "stacks": { "description": "An array of 'stack' objects relevant to the result.", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "$ref": "#/definitions/stack" } }, "codeFlows": { "description": "An array of 'codeFlow' objects relevant to the result.", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "$ref": "#/definitions/codeFlow" } }, "relatedLocations": { "description": "A grouped set of locations and messages, if available, that represent code areas that are related to this result.", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "$ref": "#/definitions/annotatedCodeLocation" } }, "suppressionStates": { "type": "array", "items": { "description": "A flag value indicating one or more suppression conditions.", "enum": [ "suppressedInSource", "suppressedExternally" ] } }, "baselineState": { "description": "The state of a result relative to a baseline of a previous run.", "enum": [ "new", "existing", "absent" ] }, "fixes": { "description": "An array of 'fix' objects, each of which represents a proposed fix to the problem indicated by the result.", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "$ref": "#/definitions/fix" } }, "properties": { "description": "Key/value pairs that provide additional information about the result.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } } }, "rule": { "description": "Describes an analysis rule.", "additionalProperties": false, "type": "object", "properties": { "id": { "description": "A stable, opaque identifier for the rule.", "type": "string" }, "name": { "description": "A rule identifier that is understandable to an end user.", "type": "string" }, "shortDescription": { "description": "A concise description of the rule. Should be a single sentence that is understandable when visible space is limited to a single line of text.", "type": "string" }, "fullDescription": { "description": "A string that describes the rule. Should, as far as possible, provide details sufficient to enable resolution of any problem indicated by the result.", "type": "string" }, "messageFormats": { "description": "A set of name/value pairs with arbitrary names. The value within each name/value pair shall consist of plain text interspersed with placeholders, which can be used to format a message in combination with an arbitrary number of additional string arguments.", "type": "object" }, "defaultLevel": { "description": "A value specifying the default severity level of the result.", "default": "warning", "enum": [ "note", "warning", "error" ] }, "helpUri": { "description": "A URI where the primary documentation for the rule can be found.", "type": "string", "format": "uri" }, "properties": { "description": "Key/value pairs that provide additional information about the rule.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } }, "required": [ "id" ] }, "run": { "description": "Describes a single run of an analysis tool, and contains the output of that run.", "additionalProperties": false, "type": "object", "properties": { "tool": { "description": "Information about the tool or tool pipeline that generated the results in this run. A run can only contain results produced by a single tool or tool pipeline. A run can aggregate results from multiple log files, as long as context around the tool run (tool command-line arguments and the like) is identical for all aggregated files.", "$ref": "#/definitions/tool" }, "invocation": { "description": "Describes the runtime environment, including parameterization, of the analysis tool run.", "$ref": "#/definitions/invocation" }, "files": { "description": "A dictionary, each of whose keys is a URI and each of whose values is an array of file objects representing the location of a single file scanned during the run.", "type": "object", "additionalProperties": { "$ref": "#/definitions/file" } }, "logicalLocations": { "description": "A dictionary, each of whose keys specifies a logical location such as a namespace, type or function.", "type": "object", "additionalProperties": { "$ref": "#/definitions/logicalLocation" } }, "results": { "description": "The set of results contained in an SARIF log. The results array can be omitted when a run is solely exporting rules metadata. It must be present (but may be empty) in the event that a log file represents an actual scan.", "type": "array", "minItems": 0, "_uniqueItems": true, "items": { "$ref": "#/definitions/result" } }, "toolNotifications": { "description": "A list of runtime conditions detected by the tool in the course of the analysis.", "type": "array", "items": { "$ref": "#/definitions/notification" } }, "configurationNotifications": { "description": "A list of conditions detected by the tool that are relevant to the tool's configuration.", "type": "array", "items": { "$ref": "#/definitions/notification" } }, "rules": { "description": "A dictionary, each of whose keys is a string and each of whose values is a 'rule' object, that describe all rules associated with an analysis tool or a specific run of an analysis tool.", "type": "object", "additionalProperties": { "$ref": "#/definitions/rule" } }, "id": { "description": "An identifier for the run.", "type": "string" }, "stableId": { "description": "A stable identifier for a run, for example, 'nightly Clang analyzer run'. Multiple runs of the same type can have the same stableId.", "type": "string" }, "automationId": { "description": "A global identifier that allows the run to be correlated with other artifacts produced by a larger automation process.", "type": "string" }, "baselineId": { "description": "The 'id' property of a separate (potentially external) SARIF 'run' instance that comprises the baseline that was used to compute result 'baselineState' properties for the run.", "type": "string" }, "architecture": { "description": "The hardware architecture for which the run was targeted.", "type": "string" } }, "required": [ "tool" ] }, "stack": { "description": "A call stack that is relevant to a result.", "additionalProperties": false, "type": "object", "properties": { "message": { "description": "A message relevant to this call stack.", "type": "string" }, "frames": { "description": "An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.", "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/stackFrame" } }, "properties": { "description": "Key/value pairs that provide additional information about the stack.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } }, "required": [ "frames" ] }, "stackFrame": { "description": "A function call within a stack trace.", "additionalProperties": false, "type": "object", "properties": { "message": { "description": "A message relevant to this stack frame.", "type": "string" }, "uri": { "description": "The uri of the source code file to which this stack frame refers.", "type": "string", "format": "uri" }, "uriBaseId": { "description": "A string that identifies the conceptual base for the 'uri' property (if it is relative), e.g.,'$(SolutionDir)' or '%SRCROOT%'.", "type": "string" }, "line": { "description": "The line of the location to which this stack frame refers.", "type": "integer" }, "column": { "description": "The line of the location to which this stack frame refers.", "type": "integer" }, "module": { "description": "The name of the module that contains the code of this stack frame.", "type": "string" }, "threadId": { "description": "The thread identifier of the stack frame.", "type": "integer" }, "fullyQualifiedLogicalName": { "description": "The fully qualified name of the method or function that is executing.", "type": "string" }, "logicalLocationKey": { "description": "A key used to retrieve the stack frame logicalLocation from the logicalLocations dictionary, when the 'fullyQualifiedLogicalName' is not unique.", "type": "string" }, "address": { "description": "The address of the method or function that is executing.", "type": "integer" }, "offset": { "description": "The offset from the method or function that is executing.", "type": "integer" }, "parameters": { "description": "The parameters of the call that is executing.", "type": "array", "items": { "type": "string", "default": [] } }, "properties": { "description": "Key/value pairs that provide additional information about the stack frame.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } }, "required": [ "fullyQualifiedLogicalName" ], "dependencies": { "uriBaseId": [ "uri" ], "line": [ "uri" ], "column": [ "line" ] } }, "tool": { "description": "The analysis tool that was run.", "additionalProperties": false, "type": "object", "properties": { "name": { "description": "The name of the tool.", "type": "string" }, "fullName": { "description": "The name of the tool along with its version and any other useful identifying information, such as its locale.", "type": "string" }, "version": { "description": "The tool version, in whatever format the tool natively provides.", "type": "string" }, "semanticVersion": { "description": "The tool version in the format specified by Semantic Versioning 2.0.", "type": "string" }, "fileVersion": { "description": "The binary version of the tool's primary executable file (for operating systems such as Windows that provide that information).", "type": "string", "pattern": "[0-9]+(\\.[0-9]+){3}" }, "sarifLoggerVersion": { "description": "A version that uniquely identifies the SARIF logging component that generated this file, if it is versioned separately from the tool.", "type": "string" }, "language": { "description": "The tool language (expressed as an ISO 649 two-letter lowercase culture code) and region (expressed as an ISO 3166 two-letter uppercase subculture code associated with a country or region).", "type": "string" }, "properties": { "description": "Key/value pairs that provide additional information about the tool.", "type": "object", "additionalProperties": true, "properties": { "tags": { "description": "A set of distinct strings that provide additional information.", "type": "array", "_uniqueItems": true, "default": [], "items": { "type": "string" } } } } }, "required": [ "name" ] } } }
o56173
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleRef": { "description": "RoleRef contains information that points to the role being used", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "apiGroup", "kind", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_Subject": { "description": "Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.", "properties": { "apiGroup": { "description": "APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects.", "type": "string" }, "kind": { "description": "Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.", "type": "string" }, "name": { "description": "Name of the object being referenced.", "type": "string" }, "namespace": { "description": "Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.20.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "enum": [ "rbac.authorization.k8s.io/v1beta1" ], "type": [ "string", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "RoleBinding" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata." }, "roleRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleRef", "description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_Subject" }, "type": [ "array", "null" ] } }, "required": [ "roleRef" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "rbac.authorization.k8s.io", "kind": "RoleBinding", "version": "v1beta1" } ] }
kb_856_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "s": { "description": "Start value of keyframe segment.", "extended_name": "Start", "type": "number" }, "t": { "description": "Start time of keyframe segment.", "extended_name": "Time", "type": "number" }, "i": { "description": "Bezier curve interpolation in value.", "extended_name": "In Value", "properties": { "x": { "description": "bezier x axis. Array of numbers.", "extended_name": "X axis", "type": "array" }, "y": { "description": "bezier y axis. Array of numbers.", "extended_name": "Y axis", "type": "array" } }, "type": "object" }, "o": { "description": "Bezier curve interpolation out value.", "extended_name": "Out Value", "properties": { "x": { "description": "bezier x axis. Array of numbers.", "extended_name": "X axis", "type": "array" }, "y": { "description": "bezier y axis. Array of numbers.", "extended_name": "Y axis", "type": "array" } }, "type": "object" } } }
o26966
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "data_type": { "enum": [ "subsidiary_relationship" ] }, "properties": { "type": "object", "required": [ "subsidiary" ], "additionalProperties": false, "properties": { "direct": { "description": "If the control is direct (if via an intermediary, this value should be false; if unknown, left blank)", "type": "boolean" }, "percentage_controlled": { "description": "Percentage controlled, either directly or indirectly", "type": "string" }, "significant": { "description": "Does the source define the control as somehow significant?", "type": "boolean" }, "subsidiary": { "description": "Company that is controlled", "type": "object", "required": [ "name" ], "additionalProperties": false, "properties": { "name": { "description": "Name of company", "type": "string" }, "jurisdiction": { "description": "Jurisdiction of registration", "type": "string" }, "company_number": { "description": "Company number, if company and known", "type": "string" }, "identifier": { "description": "Unique identifier of company", "type": "string" } } } } } } }
o65467
{ "properties": { "end_latitude": { "description": "The latitude of the end point", "type": "number" }, "end_longitude": { "description": "The longitude of the end point", "type": "number" }, "start_latitude": { "description": "The latitude of the start point", "type": "number" }, "start_longitude": { "description": "The longitude of the start point", "type": "number" } }, "required": [ "start_latitude", "start_longitude", "end_latitude", "end_longitude" ], "type": "object" }
calculate_distance_e01bd87c
{ "properties": { "networking": { "description": "PostgreSQL networking configuration properties", "properties": { "external_access": { "description": "Enable access from outside the cluster through Marathon-LB.\nNOTE: this connection is unencrypted.", "properties": { "enable": { "default": false, "description": "Enable or disable creating a VIP for external access through a public node running Marathon-LB. Defaults to FALSE.", "type": "boolean" }, "external_port": { "default": 15432, "description": "For external access, port number to be used for clear communication in the external Marathon-LB load balancer", "type": "number" } }, "type": "object" }, "port": { "default": 5432, "description": "Port number to be used for clear communication internally to the cluster.", "type": "number" } }, "type": "object" }, "postgresql": { "description": "PostgreSQL service configuration properties", "properties": { "cpus": { "default": 0.3, "description": "CPU shares to allocate to each PostgreSQL node.", "minimum": 0.3, "type": "number" }, "dbname": { "default": "admin", "description": "Name for the default database that is created when the image is first started.", "type": "string" }, "initdbargs": { "description": "Arguments to send to postgres initdb. The value is a space separated string of arguments as postgres initdb would expect them.", "type": "string" }, "mem": { "default": 256.0, "description": "Memory to allocate to each PostgreSQL node.", "minimum": 256.0, "type": "number" }, "password": { "default": "password", "description": "Postgres password.", "type": "string" }, "user": { "default": "admin", "description": "Postgres user.", "type": "string" } }, "required": [ "cpus", "mem" ], "type": "object" }, "service": { "description": "DC/OS service configuration properties", "properties": { "name": { "default": "postgresql", "description": "Name of this service instance.", "type": "string" } }, "type": "object" }, "storage": { "description": "PostgreSQL storage configuration properties", "properties": { "host_volume": { "default": "/tmp", "description": "The location of a volume on the host to be used for persisting PostgreSQL data. The final location will be derived from this value plus the name set in `name` (e.g. `/mnt/host_volume/postgresql`). This can be a mounted NFS drive. Note that this path must be the same on all DCOS agents.", "type": "string" }, "persistence": { "description": "Enable persistent storage.", "properties": { "enable": { "default": false, "description": "Enable or disable persistent storage.", "type": "boolean" }, "volume_size": { "default": 64, "description": "If a new volume is to be created, this controls its size in MBs. Defaults to 64MBs", "type": "number" } }, "type": "object" }, "pgdata": { "default": "pgdata", "description": "Location of the database files.", "type": "string" } }, "type": "object" } } }
o90818
{ "properties": { "assertionconsumerserviceurl": { "type": "string" }, "attribute1": { "type": "string" }, "attribute10": { "type": "string" }, "attribute10expr": { "type": "string" }, "attribute10format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute10friendlyname": { "type": "string" }, "attribute11": { "type": "string" }, "attribute11expr": { "type": "string" }, "attribute11format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute11friendlyname": { "type": "string" }, "attribute12": { "type": "string" }, "attribute12expr": { "type": "string" }, "attribute12format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute12friendlyname": { "type": "string" }, "attribute13": { "type": "string" }, "attribute13expr": { "type": "string" }, "attribute13format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute13friendlyname": { "type": "string" }, "attribute14": { "type": "string" }, "attribute14expr": { "type": "string" }, "attribute14format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute14friendlyname": { "type": "string" }, "attribute15": { "type": "string" }, "attribute15expr": { "type": "string" }, "attribute15format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute15friendlyname": { "type": "string" }, "attribute16": { "type": "string" }, "attribute16expr": { "type": "string" }, "attribute16format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute16friendlyname": { "type": "string" }, "attribute1expr": { "type": "string" }, "attribute1format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute1friendlyname": { "type": "string" }, "attribute2": { "type": "string" }, "attribute2expr": { "type": "string" }, "attribute2format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute2friendlyname": { "type": "string" }, "attribute3": { "type": "string" }, "attribute3expr": { "type": "string" }, "attribute3format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute3friendlyname": { "type": "string" }, "attribute4": { "type": "string" }, "attribute4expr": { "type": "string" }, "attribute4format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute4friendlyname": { "type": "string" }, "attribute5": { "type": "string" }, "attribute5expr": { "type": "string" }, "attribute5format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute5friendlyname": { "type": "string" }, "attribute6": { "type": "string" }, "attribute6expr": { "type": "string" }, "attribute6format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute6friendlyname": { "type": "string" }, "attribute7": { "type": "string" }, "attribute7expr": { "type": "string" }, "attribute7format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute7friendlyname": { "type": "string" }, "attribute8": { "type": "string" }, "attribute8expr": { "type": "string" }, "attribute8format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute8friendlyname": { "type": "string" }, "attribute9": { "type": "string" }, "attribute9expr": { "type": "string" }, "attribute9format": { "enum": [ "URI", "Basic" ], "type": "string" }, "attribute9friendlyname": { "type": "string" }, "audience": { "type": "string" }, "digestmethod": { "enum": [ "SHA1", "SHA256" ], "type": "string" }, "encryptassertion": { "enum": [ "ON", "OFF" ], "type": "string" }, "encryptionalgorithm": { "enum": [ "DES3", "AES128", "AES192", "AES256" ], "type": "string" }, "name": { "type": "string" }, "nameidexpr": { "type": "string" }, "nameidformat": { "enum": [ "Unspecified", "emailAddress", "X509SubjectName", "WindowsDomainQualifiedName", "kerberos", "entity", "persistent", "transient" ], "type": "string" }, "relaystaterule": { "type": "string" }, "samlissuername": { "type": "string" }, "samlsigningcertname": { "type": "string" }, "samlspcertname": { "type": "string" }, "sendpassword": { "enum": [ "ON", "OFF" ], "type": "string" }, "signassertion": { "enum": [ "NONE", "ASSERTION", "RESPONSE", "BOTH" ], "type": "string" }, "signaturealg": { "enum": [ "RSA-SHA1", "RSA-SHA256" ], "type": "string" }, "skewtime": { "type": "integer" } }, "title": "tmsamlssoprofile", "type": "object" }
o31057
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "info": { "type": "object", "properties": { "id": { "type": "string" } } }, "config": { "type": "object", "properties": { "ddf_dir": { "type": "string" }, "recipes_dir": { "type": "string" }, "dictionary_dir": { "type": "string" } } }, "include": { "type": "array", "items": { "type": "string" } }, "ingredients": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "id": { "type": "string" }, "dataset": { "type": "string" }, "key": { "type": "string" }, "value": { "oneOf": [ { "type": "string", "enum": [ "*" ] }, { "type": "array", "items": { "type": "string" } } ] }, "row_fliter": { "type": "string" } }, "required": [ "id", "dataset", "key", "value" ] } }, "cooking": { "type": "object", "additionalProperties": false, "properties": { "datapoints": { "type": "array", "items": { "type": "object", "allOf": [ { "properties": { "procedure": { "enum": [ "translate_header", "translate_column", "identity", "merge", "groupby", "window", "filter_row", "filter_item", "run_op", "copy", "extract_concepts", "trend_bridge", "serve" ] }, "ingredients": { "type": "array", "items": { "type": "string" }, "_uniqueItems": true }, "options": { "type": "object" }, "result": { "type": "string" } }, "required": [ "procedure", "ingredients" ], "additionalProperties": false }, { "anyOf": [ { "$ref": "#/definitions/translate_header" }, { "$ref": "#/definitions/translate_column" }, { "$ref": "#/definitions/merge" }, { "$ref": "#/definitions/groupby" }, { "$ref": "#/definitions/window" }, { "$ref": "#/definitions/filter_row" }, { "$ref": "#/definitions/filter_item" }, { "$ref": "#/definitions/run_op" }, { "$ref": "#/definitions/copy" }, { "$ref": "#/definitions/extract_concepts" }, { "$ref": "#/definitions/trend_bridge" }, { "$ref": "#/definitions/serve" } ] } ] } }, "entities": { "$ref": "#/properties/cooking/properties/datapoints" }, "concepts": { "$ref": "#/properties/cooking/properties/datapoints" } } }, "serving": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "options": { "type": "object" } } } } }, "definitions": { "translate_header": { "properties": { "procedure": { "type": "string", "enum": [ "translate_header" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "dictionary": { "oneOf": [ { "type": "string" }, { "type": "object" } ] }, "debug": { "type": "boolean" } }, "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "translate_column": { "properties": { "procedure": { "type": "string", "enum": [ "translate_column" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "dictionary": { "oneOf": [ { "type": "string" }, { "type": "object" } ] }, "column": { "type": "string" }, "target_column": { "type": "string" }, "not_found": { "type": "string", "enum": [ "drop", "include", "error" ] }, "ambiguity": { "type": "string", "enum": [ "prompt", "skip", "error" ] }, "debug": { "type": "boolean" } }, "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "groupby": { "properties": { "procedure": { "type": "string", "enum": [ "groupby" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "groupby": { "oneOf": [ { "type": "string" }, { "type": "array" } ] }, "insert_key": { "type": "object" } }, "patternProperties": { "aggregate|filter|transform": { "type": "object", "patternProperties": { ".*": { "oneOf": [ { "type": "string" }, { "type": "object", "properties": { "function": { "type": "string" } }, "required": [ "function" ] } ] } } } }, "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "window": { "properties": { "procedure": { "type": "string", "enum": [ "window" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "window": { "type": "object", "properties": { "column": { "type": "string" }, "size": { "oneOf": [ { "type": "number" }, { "type": "string", "enum": [ "expanding" ] } ] }, "min_periods": { "type": "number" }, "center": { "type": "boolean" } } }, "aggregate": { "type": "object", "patternProperties": { ".*": { "oneOf": [ { "type": "string" }, { "type": "object", "properties": { "function": { "type": "string" } }, "required": [ "function" ] } ] } } } }, "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "filter_row": { "properties": { "procedure": { "type": "string", "enum": [ "filter_row" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "dictionary": { "type": "object", "patternProperties": { ".*": { "type": "object", "properties": { "from": { "type": "string" } }, "required": [ "from" ] } } }, "keep_all_columns": { "type": "boolean" } }, "required": [ "dictionary" ], "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "filter_item": { "properties": { "procedure": { "type": "string", "enum": [ "filter_item" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "items": { "type": "array", "items": { "type": "string" } } }, "required": [ "items" ], "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "run_op": { "properties": { "procedure": { "type": "string", "enum": [ "run_op" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "op": { "type": "object" } }, "required": [ "op" ], "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "copy": { "properties": { "procedure": { "type": "string", "enum": [ "copy" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "dictionary": { "type": "object", "patternProperties": { ".*": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] } } } }, "required": [ "dictionary" ], "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "extract_concepts": { "properties": { "procedure": { "type": "string", "enum": [ "extract_concepts" ] }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "join": { "type": "object", "properties": { "base": { "type": "string" }, "type": { "type": "string", "enum": [ "full_outer", "ingredients_outer" ] } } }, "include_keys": { "type": "boolean" }, "overwrite": { "type": "object", "patternProperties": { ".*": { "type": "string" } } } }, "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "trend_bridge": { "properties": { "procedure": { "type": "string", "enum": [ "trend_bridge" ] }, "ingredients": { "maxItems": 1 }, "options": { "type": "object", "patternProperties": { "^bridge_(start|end)$": { "type": "object", "properties": { "ingredient": { "type": "string" }, "column": { "type": "string" } }, "required": [ "column" ] } }, "properties": { "debug": { "type": "boolean" }, "bridge_on": { "type": "string" }, "bridge_length": { "type": "number" }, "target_column": { "type": "string" } }, "required": [ "bridge_start", "bridge_end", "bridge_length", "bridge_on" ], "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result", "options" ] }, "serve": { "properties": { "procedure": { "type": "string", "enum": [ "serve" ] }, "options": { "type": "object" } }, "required": [ "procedure", "ingredients" ] }, "merge": { "properties": { "procedure": { "type": "string", "enum": [ "merge" ] }, "options": { "type": "object", "properties": { "debug": { "type": "boolean" }, "deep": { "type": "boolean" } }, "additionalProperties": false } }, "required": [ "procedure", "ingredients", "result" ] } } }
o74466
{ "definitions": {}, "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "$id": "http://www.pucomex.serpro.gov.br/cct/consultar-estoque-pre-acd-nfe.schema.json", "properties": { "estoqueNotasFiscais": { "type": "array", "items": { "type": "object", "properties": { "numero": { "type": "string" }, "urf": { "type": "string" }, "recinto": { "type": "string" }, "latitude": { "type": "string" }, "longitude": { "type": "string" }, "registro": { "type": "string" }, "responsavel": { "type": "string" }, "itens": { "type": "array", "items": { "type": "object", "properties": { "item": { "type": "number" }, "saldo": { "type": "number" } } } } } }, "mensagens": { "type": "array", "items": { "type": "object", "properties": { "codigo": { "type": "string" }, "mensagem": { "type": "string" } } } } } } }
o73022
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "filename": { "type": "string" }, "layout": { "type": "string" }, "data_bind": { "type": "object", "properties": { "table_name": { "type": "string" }, "query": { "type": "object", "properties": { "action": { "type": "string" }, "params": { "type": "string" } }, "required": [ "action", "params" ] }, "required": { "type": "boolean" } }, "required": [ "table_name", "query" ] }, "body": { "type": "string" } }, "required": [ "filename", "body" ], "unique_attributes": [ "filename" ] }
o45261
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "includeFiles": { "type": "boolean", "default": false }, "includeDataTableRows": { "type": "boolean", "default": false }, "includeDevices": { "type": "boolean", "default": false }, "email": { "type": "string", "format": "email", "maxLength": 1024 } }, "additionalProperties": false }
o9780
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "number" }, "width": { "description": "The width of the shape", "type": "number" } }, "type": "object" }, "shape": { "description": "The shape to calculate the area", "enum": [ "square", "rectangle", "circle", "triangle" ], "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_f2cda1a3
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "number" }, "width": { "description": "The width of the rectangle", "type": "number" } }, "required": [ "radius", "length", "width", "base", "height" ], "type": "object" }, "shape": { "description": "The type of geometric shape", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_95c5c550
{ "definitions": { "Weather-AirConditions": { "properties": { "feelLikesTemperature": { "type": [ "number", "null" ] }, "relativeHumidity": { "maximum": 1, "minimum": 0, "type": [ "number", "null" ] }, "temperature": { "type": [ "number", "null" ] } }, "type": "object" }, "Weather-Commons": { "allOf": [ { "$ref": "#/definitions/Weather-AirConditions" }, { "properties": { "refPointOfInterest": { "type": "string" }, "visibility": { "enum": [ "veryPoor", "poor", "moderate", "good", "veryGood", "excellent" ], "type": "string" }, "weatherType": { "type": "string" }, "windDirection": { "maximum": 180, "minimum": -180, "type": [ "integer", "null" ] }, "windSpeed": { "minimum": 0, "type": [ "number", "null" ] } } } ], "type": "object" } }, "description": "Common definitions of weather data models", "title": "GSMA / FIWARE - Weather base schema", "properties": { "Weather-AirConditions": { "$ref": "#/definitions/Weather-AirConditions" }, "Weather-Commons": { "$ref": "#/definitions/Weather-Commons" } }, "required": [ "Weather-AirConditions", "Weather-Commons" ] }
o74547
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointAddress": { "description": "EndpointAddress is a tuple that describes single IP address.", "properties": { "hostname": { "description": "The Hostname of this endpoint", "type": "string" }, "ip": { "description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.", "type": "string" }, "nodeName": { "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.", "type": "string" }, "targetRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference", "description": "Reference to object providing the endpoint." } }, "required": [ "ip" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointPort": { "description": "EndpointPort is a tuple that describes a single port.", "properties": { "appProtocol": { "description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. Field can be enabled with ServiceAppProtocol feature gate.", "type": "string" }, "name": { "description": "The name of this port. This must match the 'name' field in the corresponding ServicePort. Must be a DNS_LABEL. Optional only if one port is defined.", "type": "string" }, "port": { "_format": "int32", "description": "The port number of the endpoint.", "type": "integer" }, "protocol": { "description": "The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointSubset": { "description": "EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n }\nThe resulting set of endpoints can be viewed as:\n a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n b: [ 10.10.1.1:309, 10.10.2.2:309 ]", "properties": { "addresses": { "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointAddress" }, "type": "array" }, "notReadyAddresses": { "description": "IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointAddress" }, "type": "array" }, "ports": { "description": "Port numbers available on the related IP addresses.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointPort" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": { "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "fieldPath": { "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.", "type": "string" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "namespace": { "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", "type": "string" }, "resourceVersion": { "description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n Name: \"mysvc\",\n Subsets: [\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n },\n {\n Addresses: [{\"ip\": \"10.10.3.3\"}],\n Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n },\n ]", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "Endpoints" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "subsets": { "description": "The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointSubset" }, "type": [ "array", "null" ] } }, "type": "object", "x-kubernetes-group-version-kind": [ { "group": "", "kind": "Endpoints", "version": "v1" } ] }
kb_305_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "number", "description": "The id of the Text resource" }, "content": { "type": "string", "description": "The content of the Text resource" }, "meta": { "type": "object", "properties": { "version": { "type": "number", "description": "The version of the Text resource" } }, "required": [ "version" ] } }, "claroline": { "ids": [ "id" ] } }
o32488
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://localhost:3000/schemas/post-device-response.json#", "title": "Post device response", "type": "object", "additionalProperties": false, "properties": { "access_token": { "type": "string" }, "refresh_token": { "type": "string" }, "expires_in": { "type": "integer" } } }
o20471
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://meltano.com/meltano.schema.json", "title": "JSON Schema for meltano.yml", "description": "Meltano (https://meltano.com) is an open source platform for building, running & orchestrating ELT pipelines", "type": "object", "additionalProperties": false, "properties": { "version": { "const": 1 }, "annotations": { "$ref": "#/$defs/annotations" }, "default_environment": { "type": "string", "description": "A default environment to be used when one is not present as an argument or as an environment variable." }, "send_anonymous_usage_stats": { "type": "boolean", "description": "Share anonymous usage data with the Meltano team to help them gauge interest and allocate development time", "default": true }, "project_id": { "type": "string", "description": "A globally unique project identifier. Defaults to a Meltano-generated unique GUID for each project." }, "database_uri": { "type": "string", "description": "A database URI for the project system database. Defaults to a SQLite file stored at .meltano/meltano.db", "default": "sqlite:///$MELTANO_PROJECT_ROOT/.meltano/meltano.db" }, "python": { "type": "string", "description": "The python version to use for plugins, specified as a path, or as the name of an executable to find within a directory in $PATH. If not specified, the python executable that was used to run Meltano will be used (within a separate virtual environment). This can be overridden on a per-plugin basis by setting the `python` property for the plugin.", "examples": [ "/usr/bin/python3.10", "python", "python3.11" ] }, "state_backend": { "type": "object", "description": "Configuration for state backend.", "properties": { "uri": { "type": "string", "description": "The URI pointing to the backend to use.", "default": "systemdb" }, "lock_timeout_seconds": { "type": "integer", "description": "The number of seconds a lock on a state file is considered valid." }, "lock_retry_seconds": { "type": "integer", "description": "The number of seconds to wait between retrying lock acquisition." }, "azure": { "type": "object", "description": "Configuration for Azure Blob Storage state backend.", "properties": { "connection_string": { "type": "string", "description": "The azure connection string to use for connecting to Azure Blob Storage." } } }, "gcs": { "type": "object", "description": "Configuration for Google Cloud Storage state backend.", "properties": { "application_credentials": { "type": "string", "description": "Path to a Google credentials file to use for authenticating to Google Cloud Storage." } } }, "s3": { "type": "object", "description": "Configuration for AWS S3 state backend.", "properties": { "aws_access_key_id": { "type": "string", "description": "AWS access key ID to use for authenticating to AWS S3." }, "aws_secret_access_key": { "type": "string", "description": "AWS secret access key to use for authenticating to AWS S3." }, "endpoint_url": { "type": "string", "description": "S3 endpoint URL to use." } } } } }, "environments": { "type": "array", "description": "An array of environments (i.e. dev, stage, prod) with override configs for plugins based on the environment its run in.", "items": { "$ref": "#/$defs/environments" } }, "discovery_url": { "type": "string", "description": "URL to remote manifest of Meltano plugins, used by meltano discover. Set to 'false' to disable.", "default": "https://www.meltano.com/discovery.yml" }, "include_paths": { "type": "array", "description": "An array of paths (relative to the project directory) of other Meltano config files to include in the configuration.", "items": { "type": "string" } }, "plugins": { "type": "object", "additionalProperties": false, "properties": { "extractors": { "type": "array", "items": { "$ref": "#/$defs/plugins/extractors" } }, "loaders": { "type": "array", "items": { "$ref": "#/$defs/plugins/loaders" } }, "mappers": { "type": "array", "items": { "$ref": "#/$defs/plugins/mappers" } }, "orchestrators": { "type": "array", "items": { "$ref": "#/$defs/plugins/orchestrators" } }, "transformers": { "type": "array", "items": { "$ref": "#/$defs/plugins/transformers" } }, "files": { "type": "array", "items": { "$ref": "#/$defs/plugins/files" } }, "utilities": { "type": "array", "items": { "$ref": "#/$defs/plugins/utilities" } }, "transforms": { "type": "array", "items": { "$ref": "#/$defs/plugins/transforms" } } } }, "schedules": { "type": "array", "items": { "$ref": "#/$defs/schedules" }, "description": "Scheduled ELT jobs, added using 'meltano schedule'" }, "env": { "$ref": "#/$defs/env" }, "jobs": { "type": "array", "items": { "$ref": "#/$defs/jobs" }, "description": "Jobs, added using 'meltano job'" }, "database_max_retries": { "type": "integer", "description": "The number of times to retry connecting to the Meltano database.", "default": 3, "minimum": 0 }, "database_retry_timeout": { "type": "integer", "description": "The time in seconds to wait between Meltano database connection attempts.", "default": 5, "minimum": 0 }, "cli": { "type": "object", "description": "CLI related settings.", "properties": { "log_config": { "type": "string", "description": "The path to the logging config, relative to the Meltano project root.", "default": "logging.yaml" } } }, "elt": { "type": "object", "description": "ELT related settings", "properties": { "buffer_size": { "type": "integer", "description": "The size of the ELT buffer in bytes.", "default": 10485760 } } }, "experimental": { "type": "boolean", "description": "Whether experimental features should be enabled.", "default": false }, "ff": { "type": "object", "description": "A feature flag, which can be used to enable or disable particular Meltano features.", "properties": { "enable_uvicorn": { "type": "boolean", "description": "Whether to use Uvicorn rather than Gunicorn as the API server.", "default": false }, "enable_api_scheduled_job_list": { "type": "boolean", "description": "Whether the API includes scheduled jobs in listings.", "default": false }, "strict_env_var_mode": { "type": "boolean", "description": "Whether references to undefined environment variables cause Meltano to exit with an error.", "default": false }, "plugin_locks_required": { "type": "boolean", "description": "Whether plugin locks are required to run a job.", "default": false } } }, "hub_api_root": { "type": [ "string", "null" ], "description": "The URL to the root of the Meltano Hub API.", "default": null, "examples": [ "https://hub.meltano.com/meltano/api/v1" ] }, "hub_url": { "type": "string", "description": "The URL for Meltano Hub.", "default": "https://hub.meltano.com" }, "hub_url_auth": { "type": [ "string", "boolean", "null" ], "description": "The value of the `Authorization` header when making requests to Meltano Hub. If null, false, or unset, no `Authorization` header is used.", "default": null, "examples": [ "Bearer $ACCESS_TOKEN" ] }, "snowplow": { "type": "object", "description": "Snowplow related settings.", "properties": { "collector_endpoints": { "type": "array", "description": "Array of Snowplow collector endpoints.", "items": { "type": "string", "description": "A URL to which Snowplow events will be sent if telemetry is enabled." }, "default": [ "https://sp.meltano.com" ] } } } }, "$defs": { "annotations": { "type": "object", "description": "Arbitrary annotations keyed by tool/vendor name - not processed by the core Meltano library or CLI", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "object" } }, "plugins": { "plugin_generic": { "type": "object", "required": [ "name" ], "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string", "description": "The name of the plugin.", "examples": [ "target-jsonl" ] }, "description": { "type": "string", "description": "A description of the plugin." }, "plugin_type": { "type": "string", "description": "The type of the plugin.", "enum": [ "extractors", "loaders", "orchestrators", "transformers", "files", "utilities", "transforms", "mappers" ] }, "repo": { "type": "string", "description": "The URL of the repository containing the source code for the plugin." }, "ext_repo": { "type": "string", "description": "The URL of the repository containing the source code for a Meltano extension plugin that typically wraps some other tool, in which case the 'repo' property is used for the URL of the repository for that tool." }, "inherit_from": { "type": "string", "description": "An existing plugin to inherit from." }, "pip_url": { "type": "string", "description": "The pip hosted package name or URL", "examples": [ "target-jsonl", "git+https://gitlab.com/meltano/tap-facebook.git", "wtforms==2.2.1 apache-airflow==1.10.2" ] }, "variant": { "type": "string", "description": "The variant of the plugin." }, "namespace": { "type": "string", "description": "The namespace of this plugin", "examples": [ "tap_csv", "target_jsonl" ] }, "config": { "type": "object", "description": "Your plugin configuration, type 'meltano config <plugin> list' for details" }, "label": { "type": "string", "description": "A user friendly label describing the plugin", "examples": [ "Stripe", "Facebook Ads" ] }, "logo_url": { "type": "string", "description": "An optional logo URL for this plugin" }, "python": { "type": "string", "description": "The python version to use for this plugin, specified as a path, or as the name of an executable to find within a directory in $PATH. If not specified, the top-level `python` setting will be used, or if it is not set, the python executable that was used to run Meltano will be used (within a separate virtual environment).", "examples": [ "/usr/bin/python3.10", "python", "python3.11" ] }, "executable": { "type": "string", "description": "The plugin's executable name, as defined in setup.py (if a Python based plugin)", "examples": [ "tap-stripe", "tap-covid-19" ] }, "settings": { "type": "array", "items": { "$ref": "#/$defs/base_setting" } }, "docs": { "type": "string", "description": "A URL to the documentation for this plugin" }, "settings_group_validation": { "type": "array", "items": { "type": "array", "description": "A set consisting of one valid combination of required setting names", "items": { "type": "string" } } }, "commands": { "type": "object", "description": "A mapping of command names to either a string command, or an object containing info about the command.", "additionalProperties": { "oneOf": [ { "type": "object", "required": [ "args" ], "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "args": { "type": "string", "description": "Command arguments" }, "description": { "type": "string", "description": "Documentation displayed when listing commands" }, "executable": { "type": "string", "description": "Override the plugin's executable for this command" }, "container_spec": { "type": "object", "required": [ "image" ], "description": "Container specification for this command", "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "image": { "type": "string", "description": "Container image", "examples": [ "ghcr.io/dbt-labs/dbt-postgres:latest" ] }, "command": { "type": "string", "description": "Container command", "examples": [ "list", "test", "compile" ] }, "entrypoint": { "type": "string", "description": "Container entrypoint" }, "ports": { "type": "object", "description": "Mapping of host to container ports", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "string" }, "examples": [ { "5000": "5000" } ] }, "volumes": { "type": "array", "description": "Array of volumes to mount during container execution", "items": { "type": "string", "examples": [ "$MELTANO_PROJECT_ROOT/transform/:/usr/app/" ] } }, "env": { "type": "object", "description": "Mapping to environment variable to set inside the container. These take precedence over Meltano own runtime environment variables.", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "string" }, "examples": [ { "DBT_PROFILES_DIR": "/usr/app/profile/" } ] } } } } }, { "type": "string", "description": "The command as a string." } ] } }, "requires": { "$ref": "#/$defs/requires" }, "env": { "$ref": "#/$defs/env" } } }, "extractor_shared": { "type": "object", "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "catalog": { "type": "string", "description": "A path to a catalog file (relative to the project directory) to be provided to the extractor when it is run in sync mode." }, "load_schema": { "type": "string", "description": "The name of the database schema extracted data should be loaded into." }, "metadata": { "type": "object", "description": "An object containing Singer stream and property metadata", "default": {} }, "schema": { "type": "object", "description": "An object representing override rules for a Singer stream schema", "default": {} }, "state": { "type": "string", "description": "A path to a state file (relative to the project directory) to be provided to the extractor when it is run as part of a pipeline using meltano elt." }, "select": { "type": "array", "default": [ "*.*" ], "description": "An array of entity selection rules in the form '<entity|*>.<attribute|*>'", "items": { "type": "string" } }, "select_filter": { "type": "array", "description": "An array of entity selection filter rules that are applied to the extractor's discovered or provided catalog file when the extractor is run.", "items": { "type": "string" }, "default": [] } } }, "extractors": { "description": "https://docs.meltano.com/concepts/plugins#extractors", "type": "object", "allOf": [ { "$ref": "#/$defs/plugins/plugin_generic" }, { "$ref": "#/$defs/plugins/extractor_shared" }, { "type": "object", "properties": { "capabilities": { "type": "array", "items": { "type": "string", "enum": [ "properties", "catalog", "discover", "state", "about", "stream-maps", "activate-version", "batch", "test", "log-based", "schema-flattening" ] } } } } ], "unevaluatedProperties": false }, "loaders": { "description": "https://docs.meltano.com/concepts/plugins#loaders", "type": "object", "allOf": [ { "$ref": "#/$defs/plugins/plugin_generic" }, { "properties": { "capabilities": { "type": "array", "items": { "type": "string", "enum": [ "about", "stream-maps", "activate-version", "batch", "soft-delete", "hard-delete", "datatype-failsafe", "record-flattening" ] } }, "dialect": { "type": "string", "description": "The name of the dialect of the target database, so that transformers in the same pipeline and Meltano UI's Analysis feature can determine the type of database to connect to." }, "target_schema": { "type": "string", "description": "The name of the database schema the loader has been configured to load data into (assuming the destination supports schemas), so that transformers in the same pipeline can determine the database schema to load data from." } } } ], "unevaluatedProperties": false }, "orchestrators": { "description": "https://docs.meltano.com/concepts/plugins#orchestrators", "type": "object", "$ref": "#/$defs/plugins/plugin_generic", "unevaluatedProperties": false }, "transformers": { "description": "https://docs.meltano.com/concepts/plugins#transforms", "type": "object", "$ref": "#/$defs/plugins/plugin_generic", "unevaluatedProperties": false }, "files": { "description": "https://docs.meltano.com/concepts/plugins#file-bundles", "type": "object", "$ref": "#/$defs/plugins/plugin_generic", "unevaluatedProperties": false }, "utilities": { "description": "https://docs.meltano.com/concepts/plugins#utilities", "type": "object", "$ref": "#/$defs/plugins/plugin_generic", "unevaluatedProperties": false }, "transforms": { "description": "https://docs.meltano.com/concepts/plugins#transforms", "type": "object", "allOf": [ { "$ref": "#/$defs/plugins/plugin_generic" }, { "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "vars": { "type": "object", "description": "An object containing dbt model variables" }, "package_name": { "type": "string", "description": "The name of the dbt package's internal dbt project: the value of name in dbt_project.yml." } } } ], "unevaluatedProperties": false }, "mapper_specific": { "type": "object", "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "mappings": { "description": "Name of the invokable mappings and their associated configs.", "type": "array", "items": { "type": "object", "additionalProperties": false, "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string" }, "config": { "type": "object" } } }, "required": [ "config", "name" ] } } }, "mappers": { "description": "https://docs.meltano.com/concepts/plugins#mappers", "type": "object", "allOf": [ { "$ref": "#/$defs/plugins/plugin_generic" }, { "$ref": "#/$defs/plugins/mapper_specific" } ], "unevaluatedProperties": false } }, "base_setting": { "type": "object", "required": [ "name" ], "additionalProperties": false, "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string", "description": "The name of the setting", "examples": [ "account_id" ] }, "aliases": { "type": "array", "description": "Alternative setting names that can be used in 'meltano.yml' and 'meltano config set'", "examples": [ "accountId", "account_identifier" ], "items": { "type": "string" } }, "label": { "type": "string", "description": "A user friendly label for the setting", "examples": [ "Account ID" ] }, "value": { "description": "The default value of this setting if not otherwise defined" }, "placeholder": { "type": "string", "description": "A placeholder value for this setting", "examples": [ "Ex. 18161" ] }, "kind": { "type": "string", "description": "The type of value this setting contains", "enum": [ "oauth", "hidden", "password", "date_iso8601", "file", "email", "integer", "options", "object", "array", "boolean", "string" ] }, "description": { "type": "string", "description": "A description for what this setting does", "examples": [ "The unique account identifier for your Stripe Account" ] }, "tooltip": { "type": "string", "description": "A phrase to provide additional information on this setting", "examples": [ "Here is some additional info..." ] }, "documentation": { "type": "string", "description": "A link to documentation on this setting", "examples": [ "https://meltano.com/" ] }, "protected": { "type": "boolean", "description": "A protected setting cannot be changed from the UI", "default": false }, "env": { "type": "string", "description": "An alternative environment variable name to populate with this settings value in the plugin environment.", "examples": [ "GITLAB_API_TOKEN", "FACEBOOK_ADS_ACCESS_TOKEN" ] }, "value_processor": { "description": "Use with `kind: object` to pre-process the keys in a particular way.", "enum": [ "nest_object", "upcase_string" ] }, "value_post_processor": { "description": "Use with `kind: object` to post-process the keys in a particular way.", "enum": [ "stringify" ] }, "oauth": { "type": "object", "required": [ "provider" ], "properties": { "provider": { "type": "string", "description": "The name of a Meltano-supported OAuth provider", "examples": [ "google-adwords" ] } } }, "options": { "type": "array", "items": { "type": "object", "properties": { "label": { "type": "string", "description": "A user friendly label for the option", "examples": [ "Account ID" ] }, "value": { "description": "The value of this option" } }, "required": [ "label", "value" ], "additionalProperties": false } } } }, "schedules": { "type": "object", "oneOf": [ { "required": [ "name", "job", "interval" ] }, { "required": [ "name", "extractor", "loader", "transform", "interval", "start_date" ] } ], "description": "https://docs.meltano.com/guide/orchestration", "additionalProperties": false, "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string", "description": "The schedule's unique name", "examples": [ "gitlab-to-jsonl" ] }, "job": { "type": "string", "description": "The name of a meltano job", "examples": [ "some-custom-job" ] }, "extractor": { "type": "string", "description": "The name of the extractor plugin", "examples": [ "tap-gitlab" ] }, "env": { "$ref": "#/$defs/env" }, "loader": { "type": "string", "description": "The name of the loader plugin", "examples": [ "target-jsonl" ] }, "interval": { "type": "string", "description": "A UNIX cron expression to represent the frequency the scheduled job should execute", "examples": [ "@hourly", "@daily", "@weekly", "0 0 * * *" ], "pattern": "^((@(hourly|daily|weekly|monthly|yearly|once))|((((\\d+,)+\\d+|(\\d+(\\/|-)\\d+)|\\d+|\\*) ?){5,6}))$" }, "transform": { "type": "string", "description": "Describes if transforms should run, be skipped, or if only transforms should execute (skip extractors and loaders)", "default": "skip", "enum": [ "run", "skip", "only" ] }, "start_date": { "type": "string", "description": "The date when the schedule should first execute", "examples": [ "2020-08-06 00:00:00" ] } } }, "jobs": { "type": "object", "required": [ "name", "tasks" ], "description": "https://docs.meltano.com/reference/command-line-interface#job", "additionalProperties": false, "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string", "description": "This jobs unique name", "examples": [ "gitlab-to-jsonl" ] }, "tasks": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] } } ] } } }, "environments": { "type": "object", "additionalProperties": false, "required": [ "name" ], "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string", "description": "The name of the environment." }, "config": { "type": "object", "description": "An object of environment specific configurations.", "additionalProperties": false, "properties": { "plugins": { "type": "object", "description": "An object of environment specific plugin configurations.", "properties": { "extractors": { "type": "array", "items": { "allOf": [ { "$ref": "#/$defs/environments/$defs/plugins" }, { "$ref": "#/$defs/plugins/extractor_shared" } ], "unevaluatedProperties": false } }, "loaders": { "type": "array", "items": { "unevaluatedProperties": false, "$ref": "#/$defs/environments/$defs/plugins" } }, "orchestrators": { "type": "array", "items": { "unevaluatedProperties": false, "$ref": "#/$defs/environments/$defs/plugins" } }, "transformers": { "type": "array", "items": { "unevaluatedProperties": false, "$ref": "#/$defs/environments/$defs/plugins" } }, "files": { "type": "array", "items": { "unevaluatedProperties": false, "$ref": "#/$defs/environments/$defs/plugins" } }, "utilities": { "type": "array", "items": { "unevaluatedProperties": false, "$ref": "#/$defs/environments/$defs/plugins" } }, "transforms": { "type": "array", "items": { "unevaluatedProperties": false, "$ref": "#/$defs/environments/$defs/plugins" } } } } } }, "env": { "$ref": "#/$defs/env" } }, "$defs": { "plugins": { "type": "object", "required": [ "name" ], "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string" }, "config": { "type": "object" }, "env": { "$ref": "#/$defs/env" } } } } }, "requires": { "type": "object", "description": "A set of plugin requirements.", "additionalProperties": false, "patternProperties": { "^(extractors|loaders|transforms|orchestrators|transformers|files|utilities|mappers)$": { "type": "array", "items": { "$ref": "#/$defs/plugin_requirement" } } } }, "plugin_requirement": { "type": "object", "description": "A single plugin requirement", "additionalProperties": false, "properties": { "annotations": { "$ref": "#/$defs/annotations" }, "name": { "type": "string", "description": "The name of the required plugin" }, "variant": { "type": "string", "description": "The variant of the required plugin" } } }, "env": { "type": "object", "description": "Mapping of environment variables for use in config.", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "string" }, "examples": [ { "SNOWFLAKE_ACCOUNT": "my.snowflake.account.com" } ] } } }
meltano
{ "additionalProperties": false, "definitions": { "additionalHostnamesList": { "items": { "minLength": 1, "type": "string" }, "type": "array", "_uniqueItems": true }, "buildArgList": { "additionalProperties": { "type": "string" }, "type": "object" }, "capabilityList": { "items": { "oneOf": [ { "enum": [ "AUDIT_CONTROL", "AUDIT_READ", "AUDIT_WRITE", "BLOCK_SUSPEND", "CHOWN", "DAC_OVERRIDE", "DAC_READ_SEARCH", "FOWNER", "FSETID", "IPC_LOCK", "IPC_OWNER", "KILL", "LEASE", "LINUX_IMMUTABLE", "MAC_ADMIN", "MAC_OVERRIDE", "MKNOD", "NET_ADMIN", "NET_BIND_SERVICE", "NET_BROADCAST", "NET_RAW", "SETGID", "SETFCAP", "SETPCAP", "SETUID", "SYS_ADMIN", "SYS_BOOT", "SYS_CHROOT", "SYS_MODULE", "SYS_NICE", "SYS_PACCT", "SYS_PTRACE", "SYS_RAWIO", "SYS_RESOURCE", "SYS_TIME", "SYS_TTY_CONFIG", "SYSLOG", "WAKE_ALARM", "ALL" ], "type": "string" } ] }, "type": "array" }, "configVariable": { "additionalProperties": false, "description": "Definition of a single config variable", "properties": { "default": { "description": "Default value of the variable if one is not provided elsewhere", "minLength": 1, "type": "string" }, "description": { "description": "Human-readable description of the purpose of the variable", "minLength": 1, "type": "string" } }, "type": "object" }, "configVariablesList": { "additionalProperties": { "$ref": "#/definitions/configVariable" }, "description": "Definitions for each of the config variables used to configure your tasks and containers", "type": "object" }, "container": { "additionalProperties": false, "oneOf": [ { "not": { "required": [ "build_args", "dockerfile" ] }, "required": [ "image" ] }, { "required": [ "build_directory" ] } ], "properties": { "additional_hostnames": { "$ref": "#/definitions/additionalHostnamesList", "description": "Hostnames to associate with this container in addition to the default hostname" }, "additional_hosts": { "additionalProperties": { "type": "string" }, "description": "Additional hostnames to add to /etc/hosts in the container", "type": "object" }, "build_args": { "$ref": "#/definitions/buildArgList", "description": "List of build args to use when building the image in build_directory" }, "build_directory": { "description": "Path (relative to the configuration file's directory) to a directory containing a Dockerfile to build and use as an image for this container", "minLength": 1, "type": "string" }, "capabilities_to_add": { "$ref": "#/definitions/capabilityList", "description": "List of additional capabilities to add to the container" }, "capabilities_to_drop": { "$ref": "#/definitions/capabilityList", "description": "List of additional capabilities to remove from the container" }, "command": { "description": "Command to run when the container starts", "minLength": 1, "type": "string" }, "dependencies": { "$ref": "#/definitions/containerDependencyList", "description": "List of other containers that should be started and healthy before starting this container" }, "dockerfile": { "description": "Dockerfile (relative to build_directory) to use when building the image. Defaults to Dockerfile` if not set.", "minLength": 1, "type": "string" }, "enable_init_process": { "description": "Set to `true` to run an init process inside the container that forwards signals and reaps processes", "type": "boolean" }, "entrypoint": { "description": "Entrypoint to use to run the command", "minLength": 1, "type": "string" }, "environment": { "$ref": "#/definitions/environmentVariableList", "description": "List of environment variables for the container" }, "health_check": { "$ref": "#/definitions/healthCheckOptions", "description": "Overrides health check configuration specified in the image or Dockerfile" }, "image": { "description": "Image name (in standard Docker image reference format) to use for this container", "minLength": 1, "type": "string" }, "log_driver": { "description": "Docker log driver to use", "type": "string" }, "log_options": { "additionalProperties": { "type": "string" }, "description": "Additional options to pass to Docker log driver", "type": "object" }, "ports": { "$ref": "#/definitions/portMappingList", "description": "List of ports to make available to the host machine" }, "privileged": { "description": "Enable privileged mode for the container", "type": "boolean" }, "run_as_current_user": { "$ref": "#/definitions/runAsCurrentUserOptions" }, "setup_commands": { "$ref": "#/definitions/setupCommandsList", "description": "Commands to run after the container reports as healthy but before dependency containers start" }, "volumes": { "$ref": "#/definitions/volumeMountList", "description": "List of volume mounts to create for the container" }, "working_directory": { "description": "Working directory to start the container in", "minLength": 1, "type": "string" } }, "type": "object" }, "containerDependencyList": { "items": { "minLength": 1, "type": "string" }, "type": "array", "_uniqueItems": true }, "containers": { "additionalProperties": { "$ref": "#/definitions/container" }, "description": "Definitions for each of the containers that make up your various environments", "type": "object" }, "environmentVariableList": { "additionalProperties": { "type": "string" }, "type": "object" }, "healthCheckOptions": { "additionalProperties": false, "properties": { "command": { "description": "The command to run to check the health of the container. If this command exits with code 0, the container is considered healthy.", "minLength": 1, "type": "string" }, "interval": { "description": "The interval between runs of the health check. Accepts values such as `2s` (two seconds) or `1m` (one minute).", "minLength": 1, "type": "string" }, "retries": { "description": "The number of times to perform the health check before considering the container unhealthy", "minimum": 0, "type": "integer" }, "start_period": { "description": "The time to wait before failing health checks count against the retry count. The health check is still run during this period, and if the check succeeds, the container is immediately considered healthy. Accepts values such as `2s` (two seconds) or `1m` (one minute).", "minLength": 1, "type": "string" } }, "type": "object" }, "includesList": { "description": "List of configuration files to include in this project", "items": { "type": "string" }, "type": "array" }, "portMappingList": { "items": { "oneOf": [ { "pattern": "^\\d+(-\\d+)?:\\d+(-\\d+)?(/.*)?$", "type": "string" }, { "additionalProperties": false, "properties": { "container": { "description": "Port inside the container to map", "minimum": 1, "type": "integer" }, "local": { "description": "Port on the host machine to map", "minimum": 1, "type": "integer" }, "protocol": { "description": "Protocol to use (eg. TCP or UDP)", "minLength": 1, "type": "string" } }, "required": [ "local", "container" ], "type": "object" }, { "additionalProperties": false, "properties": { "container": { "description": "Ports inside the container to map", "pattern": "^\\d+-\\d+$", "type": "string" }, "local": { "description": "Ports on the host machine to map", "pattern": "^\\d+-\\d+$", "type": "string" }, "protocol": { "description": "Protocol to use (eg. TCP or UDP)", "minLength": 1, "type": "string" } }, "required": [ "local", "container" ], "type": "object" } ] }, "type": "array" }, "runAsCurrentUserOptions": { "oneOf": [ { "additionalProperties": false, "properties": { "enabled": { "description": "Set to `true` to enable 'run as current user' mode", "enum": [ false ], "type": "boolean" } }, "required": [ "enabled" ], "type": "object" }, { "additionalProperties": false, "properties": { "enabled": { "description": "Set to `true` to enable 'run as current user' mode", "enum": [ true ], "type": "boolean" }, "home_directory": { "description": "Directory to use as home directory for user inside container", "minLength": 1, "type": "string" } }, "required": [ "enabled", "home_directory" ], "type": "object" } ] }, "setupCommandsList": { "items": { "additionalProperties": false, "properties": { "command": { "description": "Command to execute", "minLength": 1, "type": "string" }, "working_directory": { "description": "Working directory to start the command in (defaults to container working directory if not set)", "minLength": 1, "type": "string" } }, "required": [ "command" ], "type": "object" }, "type": "array" }, "task": { "additionalProperties": false, "anyOf": [ { "required": [ "run" ] }, { "not": { "required": [ "dependencies", "run" ] }, "required": [ "prerequisites" ] } ], "description": "Definition of a single task", "properties": { "dependencies": { "$ref": "#/definitions/containerDependencyList", "description": "List of other containers that should be started and healthy before starting the task container given in `run`" }, "description": { "description": "Description shown when running `batect --list-tasks`", "minLength": 1, "type": "string" }, "group": { "description": "Name used to group tasks when running `batect --list-tasks`", "minLength": 1, "type": "string" }, "prerequisites": { "description": "List of other tasks that should be run before running this task", "items": { "type": "string" }, "type": "array", "_uniqueItems": true }, "run": { "$ref": "#/definitions/taskRunOptions" } }, "type": "object" }, "taskRunOptions": { "additionalProperties": false, "description": "Specifies what to do when this task starts", "properties": { "command": { "description": "Command to run for this task", "minLength": 1, "type": "string" }, "container": { "description": "Container to run for this task", "minLength": 1, "type": "string" }, "entrypoint": { "description": "Entrypoint to use to run the command for this task", "minLength": 1, "type": "string" }, "environment": { "$ref": "#/definitions/environmentVariableList", "description": "List of environment variables to pass to the container, in addition to those defined on the container itself" }, "ports": { "$ref": "#/definitions/portMappingList", "description": "List of port mappings to create for the container, in addition to those defined on the container itself" }, "working_directory": { "description": "Working directory to start the container in", "minLength": 1, "type": "string" } }, "required": [ "container" ], "type": "object" }, "tasks": { "additionalProperties": { "$ref": "#/definitions/task" }, "description": "Definitions for each of your tasks, the actions you launch through batect", "type": "object" }, "volumeMountList": { "items": { "oneOf": [ { "pattern": "^.+:.+(:.+)?$", "type": "string" }, { "additionalProperties": false, "properties": { "container": { "description": "Path inside the container to mount the host path at", "minLength": 1, "type": "string" }, "local": { "description": "Path on the host machine to mount", "minLength": 1, "type": "string" }, "options": { "description": "Docker volume mount options to use when creating mount", "enum": [ "cached", "delegated", "consistent", "default", "ro" ], "type": "string" }, "type": { "description": "Type of volume mount", "enum": [ "local" ], "type": "string" } }, "required": [ "local", "container" ], "type": "object" }, { "additionalProperties": false, "properties": { "container": { "description": "Path inside the container to mount the cache at", "minLength": 1, "type": "string" }, "name": { "description": "Name of the cache", "minLength": 1, "type": "string" }, "options": { "description": "Docker volume mount options to use when creating mount", "enum": [ "cached", "delegated", "consistent", "default", "ro" ], "type": "string" }, "type": { "description": "Type of volume mount", "enum": [ "cache" ], "type": "string" } }, "required": [ "type", "name", "container" ], "type": "object" } ] }, "type": "array" } }, "patternProperties": { "^\\.": {} }, "properties": { "config_variables": { "$ref": "#/definitions/configVariablesList" }, "containers": { "$ref": "#/definitions/containers" }, "include": { "$ref": "#/definitions/includesList" }, "project_name": { "description": "The name of your project. Used to label any images built.", "minLength": 1, "type": "string" }, "tasks": { "$ref": "#/definitions/tasks" } }, "title": "JSON schema for batect configuration files", "type": "object" }
o29445
{ "additionalProperties": true, "description": "Number and type of units", "example": "../examples/measure.json", "properties": { "type": { "description": "The type of measurement.", "enum": [ "distance", "length", "angle", "measure", "scale" ], "translation": {} }, "unitOfMeasure": { "description": "The type of units to associated with the value.", "minLength": 1, "translation": {}, "type": "string" }, "value": { "description": "The number of units in the measurement.", "translation": {}, "type": "number" } }, "required": [ "type", "value", "unitOfMeasure" ], "title": "measure", "type": "object" }
o19033
{ "additionalProperties": false, "description": "Schema for a bad row resulting from schema violations", "properties": { "failure": { "additionalProperties": false, "description": "Information regarding the schema violations", "properties": { "messages": { "description": "List of failure messages associated with the tracker protocol violations", "items": { "anyOf": [ { "additionalProperties": false, "description": "String supplied for schema validation was not JSON", "properties": { "error": { "description": "Json parsing issue", "type": "string" }, "field": { "description": "Field which ended up not being json", "maxLength": 64, "type": "string" }, "value": { "description": "Stringified representation of the value which is not json", "type": [ "string", "null" ] } }, "required": [ "field", "error" ], "type": "object" }, { "additionalProperties": false, "description": "Json supplied for schema validation was not self-describing", "properties": { "error": { "description": "Issue which the json which makes it not self-describing", "enum": [ "INVALID_SCHEMAVER", "INVALID_IGLUURI", "INVALID_DATA_PAYLOAD", "INVALID_SCHEMA" ], "type": "string" }, "json": { "description": "Supplied JSON which was not self-describing" } }, "required": [ "json", "error" ], "type": "object" }, { "additionalProperties": false, "description": "Supplied JSON does not match the associated schema criterion", "properties": { "schemaCriterion": { "description": "The schema criterion which was not respected", "type": "string" }, "schemaKey": { "description": "Supplied schema key", "type": "string" } }, "required": [ "schemaKey", "schemaCriterion" ], "type": "object" }, { "additionalProperties": false, "description": "Supplied JSON did not validate against its schema (or schema was not found)", "properties": { "error": { "anyOf": [ { "additionalProperties": false, "description": "Resolution error - schema could not be found in the specified repositories, defined by ResolutionError in the Iglu Client", "properties": { "error": { "enum": [ "ResolutionError" ] }, "lookupHistory": { "items": { "properties": { "attempts": { "description": "Number of attempts which have been made", "minimum": 0, "type": "integer" }, "errors": { "description": "Set of errors which happened for this repository", "items": { "properties": { "error": { "description": "Type of error (NotFound does not contain a message)", "enum": [ "RepoFailure", "ClientFailure", "NotFound" ] }, "message": { "description": "Optional message in case of ClientFailure or RepoFailure", "maxLength": 256, "type": "string" } }, "required": [ "error" ], "type": "object" }, "minItems": 1, "type": "array" }, "lastAttempt": { "_format": "date-time", "description": "Timestamp of a last attempt being made", "type": "string" }, "repostitory": { "description": "Name of the repostitory as written in resolver.json", "type": "string" } }, "required": [ "repository", "errors", "attempts", "lastAttempt" ], "type": "object" }, "minItems": 1, "type": "array" } }, "required": [ "error", "lookupHistory" ] }, { "additionalProperties": false, "description": "Data is invalid against resolved schema", "properties": { "dataReports": { "items": { "additionalProperties": false, "properties": { "keyword": { "description": "JSON Schema Keywrod caused invalidation", "type": [ "string", "null" ] }, "message": { "description": "Human-readable message describing the issue with the schema", "type": "string" }, "path": { "description": "JSON Path to an issue in the faulty JSON datum", "type": [ "string", "null" ] }, "targets": { "type": [ "array", "null" ] } }, "required": [ "path", "message", "keyword", "targets" ] }, "minItems": 1, "type": "array" }, "error": { "enum": [ "ValidationError" ] } }, "required": [ "dataReports" ] }, { "additionalProperties": false, "description": "Schema is invalid and cannot be used to validate an instance", "properties": { "error": { "enum": [ "ValidationError" ] }, "schemaIssues": { "description": "List of problems in resolved JSON schema", "items": { "additionalProperties": false, "properties": { "message": { "description": "Human-readable message describing the issue with the schema", "type": "string" }, "path": { "description": "JSON Path to an issue in the faulty JSON Schema", "type": "string" } }, "required": [ "path", "message" ], "type": "object" }, "minItems": 1, "type": "array" } }, "required": [ "error" ] } ], "description": "Iglu client error" }, "schemaKey": { "description": "The iglu schema coordinates to validate against", "type": "string" } }, "type": "object" } ] }, "type": "array" }, "timestamp": { "_format": "date-time", "description": "Timestamp at which the failure occurred", "type": "string" } }, "required": [ "timestamp", "messages" ], "type": "object" }, "payload": { "properties": { "enriched": { "additionalProperties": false, "description": "The partially enriched event that resulted in schema violations", "properties": { "app_id": { "type": [ "string", "null" ] }, "base_currency": { "type": [ "string", "null" ] }, "br_colordepth": { "type": [ "string", "null" ] }, "br_cookies": { "type": [ "integer", "null" ] }, "br_family": { "type": [ "string", "null" ] }, "br_features_director": { "type": [ "integer", "null" ] }, "br_features_flash": { "type": [ "integer", "null" ] }, "br_features_gears": { "type": [ "integer", "null" ] }, "br_features_java": { "type": [ "integer", "null" ] }, "br_features_pdf": { "type": [ "integer", "null" ] }, "br_features_quicktime": { "type": [ "integer", "null" ] }, "br_features_realplayer": { "type": [ "integer", "null" ] }, "br_features_silverlight": { "type": [ "integer", "null" ] }, "br_features_windowsmedia": { "type": [ "integer", "null" ] }, "br_lang": { "type": [ "string", "null" ] }, "br_name": { "type": [ "string", "null" ] }, "br_renderengine": { "type": [ "string", "null" ] }, "br_type": { "type": [ "string", "null" ] }, "br_version": { "type": [ "string", "null" ] }, "br_viewheight": { "type": [ "integer", "null" ] }, "br_viewwidth": { "type": [ "integer", "null" ] }, "collector_tstamp": { "type": [ "string", "null" ] }, "contexts": { "type": [ "string", "null" ] }, "derived_contexts": { "type": [ "string", "null" ] }, "derived_tstamp": { "type": [ "string", "null" ] }, "doc_charset": { "type": [ "string", "null" ] }, "doc_height": { "type": [ "integer", "null" ] }, "doc_width": { "type": [ "integer", "null" ] }, "domain_sessionid": { "type": [ "string", "null" ] }, "domain_sessionidx": { "type": [ "integer", "null" ] }, "domain_userid": { "type": [ "string", "null" ] }, "dvce_created_tstamp": { "type": [ "string", "null" ] }, "dvce_ismobile": { "type": [ "integer", "null" ] }, "dvce_screenheight": { "type": [ "integer", "null" ] }, "dvce_screenwidth": { "type": [ "integer", "null" ] }, "dvce_sent_tstamp": { "type": [ "string", "null" ] }, "dvce_type": { "type": [ "string", "null" ] }, "etl_tags": { "type": [ "string", "null" ] }, "etl_tstamp": { "type": [ "string", "null" ] }, "event": { "type": [ "string", "null" ] }, "event_fingerprint": { "type": [ "string", "null" ] }, "event_format": { "type": [ "string", "null" ] }, "event_id": { "type": [ "string", "null" ] }, "event_name": { "type": [ "string", "null" ] }, "event_vendor": { "type": [ "string", "null" ] }, "event_version": { "type": [ "string", "null" ] }, "geo_city": { "type": [ "string", "null" ] }, "geo_country": { "type": [ "string", "null" ] }, "geo_latitude": { "type": [ "number", "null" ] }, "geo_longitude": { "type": [ "number", "null" ] }, "geo_region": { "type": [ "string", "null" ] }, "geo_region_name": { "type": [ "string", "null" ] }, "geo_timezone": { "type": [ "string", "null" ] }, "geo_zipcode": { "type": [ "string", "null" ] }, "ip_domain": { "type": [ "string", "null" ] }, "ip_isp": { "type": [ "string", "null" ] }, "ip_netspeed": { "type": [ "string", "null" ] }, "ip_organization": { "type": [ "string", "null" ] }, "mkt_campaign": { "type": [ "string", "null" ] }, "mkt_clickid": { "type": [ "string", "null" ] }, "mkt_content": { "type": [ "string", "null" ] }, "mkt_medium": { "type": [ "string", "null" ] }, "mkt_network": { "type": [ "string", "null" ] }, "mkt_source": { "type": [ "string", "null" ] }, "mkt_term": { "type": [ "string", "null" ] }, "name_tracker": { "type": [ "string", "null" ] }, "network_userid": { "type": [ "string", "null" ] }, "os_family": { "type": [ "string", "null" ] }, "os_manufacturer": { "type": [ "string", "null" ] }, "os_name": { "type": [ "string", "null" ] }, "os_timezone": { "type": [ "string", "null" ] }, "page_referrer": { "type": [ "string", "null" ] }, "page_title": { "type": [ "string", "null" ] }, "page_url": { "type": [ "string", "null" ] }, "page_urlfragment": { "type": [ "string", "null" ] }, "page_urlhost": { "type": [ "string", "null" ] }, "page_urlpath": { "type": [ "string", "null" ] }, "page_urlport": { "type": [ "integer", "null" ] }, "page_urlquery": { "type": [ "string", "null" ] }, "page_urlscheme": { "type": [ "string", "null" ] }, "platform": { "type": [ "string", "null" ] }, "pp_xoffset_max": { "type": [ "integer", "null" ] }, "pp_xoffset_min": { "type": [ "integer", "null" ] }, "pp_yoffset_max": { "type": [ "integer", "null" ] }, "pp_yoffset_min": { "type": [ "integer", "null" ] }, "refr_domain_userid": { "type": [ "string", "null" ] }, "refr_dvce_tstamp": { "type": [ "string", "null" ] }, "refr_medium": { "type": [ "string", "null" ] }, "refr_source": { "type": [ "string", "null" ] }, "refr_term": { "type": [ "string", "null" ] }, "refr_urlfragment": { "type": [ "string", "null" ] }, "refr_urlhost": { "type": [ "string", "null" ] }, "refr_urlpath": { "type": [ "string", "null" ] }, "refr_urlport": { "type": [ "integer", "null" ] }, "refr_urlquery": { "type": [ "string", "null" ] }, "refr_urlscheme": { "type": [ "string", "null" ] }, "se_action": { "type": [ "string", "null" ] }, "se_category": { "type": [ "string", "null" ] }, "se_label": { "type": [ "string", "null" ] }, "se_property": { "type": [ "string", "null" ] }, "se_value": { "type": [ "string", "null" ] }, "ti_category": { "type": [ "string", "null" ] }, "ti_currency": { "type": [ "string", "null" ] }, "ti_name": { "type": [ "string", "null" ] }, "ti_orderid": { "type": [ "string", "null" ] }, "ti_price": { "type": [ "string", "null" ] }, "ti_price_base": { "type": [ "string", "null" ] }, "ti_quantity": { "type": [ "integer", "null" ] }, "ti_sku": { "type": [ "string", "null" ] }, "tr_affiliation": { "type": [ "string", "null" ] }, "tr_city": { "type": [ "string", "null" ] }, "tr_country": { "type": [ "string", "null" ] }, "tr_currency": { "type": [ "string", "null" ] }, "tr_orderid": { "type": [ "string", "null" ] }, "tr_shipping": { "type": [ "string", "null" ] }, "tr_shipping_base": { "type": [ "string", "null" ] }, "tr_state": { "type": [ "string", "null" ] }, "tr_tax": { "type": [ "string", "null" ] }, "tr_tax_base": { "type": [ "string", "null" ] }, "tr_total": { "type": [ "string", "null" ] }, "tr_total_base": { "type": [ "string", "null" ] }, "true_tstamp": { "type": [ "string", "null" ] }, "txn_id": { "type": [ "string", "null" ] }, "unstruct_event": { "type": [ "string", "null" ] }, "user_fingerprint": { "type": [ "string", "null" ] }, "user_id": { "type": [ "string", "null" ] }, "user_ipaddress": { "type": [ "string", "null" ] }, "useragent": { "type": [ "string", "null" ] }, "v_collector": { "type": "string" }, "v_etl": { "type": "string" }, "v_tracker": { "type": [ "string", "null" ] } } }, "raw": { "additionalProperties": false, "description": "The raw event extracted from collector payload", "properties": { "contentType": { "description": "Content type of the payload as detected by the collector", "maxLength": 256, "type": [ "string", "null" ] }, "encoding": { "description": "Encoding of the collector payload", "maxLength": 32, "type": "string" }, "headers": { "description": "List of the headers part of this collector payload", "items": { "maxLength": 8192, "type": "string" }, "type": [ "array", "null" ] }, "hostname": { "description": "Hostname of the payload as detected by the collector", "maxLength": 8192, "type": [ "string", "null" ] }, "ipAddress": { "description": "IP address of the payload as detected by the collector", "maxLength": 128, "type": [ "string", "null" ] }, "loaderName": { "maxLength": 32, "type": "string" }, "parameters": { "description": "Tracker protocol parameters", "type": "object" }, "refererUri": { "description": "Referer of the payload as detected by the collector", "maxLength": 8192, "type": [ "string", "null" ] }, "timestamp": { "_format": "date-time", "description": "Timestamp at which the payload was collected", "type": [ "string", "null" ] }, "userId": { "_format": "uuid", "description": "Network user id associated with this payload", "type": [ "string", "null" ] }, "useragent": { "description": "User agent of the payload as detected by the collector", "maxLength": 4096, "type": [ "string", "null" ] }, "vendor": { "description": "Vendor of the adapter that processed this payload, here com.snowplowanalytics.snowplow", "maxLength": 64, "type": "string" }, "version": { "description": "Version of the adapter that processed this payload", "maxLength": 16, "type": "string" } }, "required": [ "vendor", "version", "loaderName", "encoding" ], "type": "object" } }, "type": "object" }, "processor": { "additionalProperties": false, "description": "Information about the piece of software responsible for the creation of schema violations", "properties": { "artifact": { "description": "Artifact responsible for the creation of schema violations", "maxLength": 512, "type": "string" }, "version": { "description": "Version of the artifact responsible for the creation of schema violations", "maxLength": 32, "pattern": "^(\\d+\\.\\d+\\.\\d+.*)$", "type": "string" } }, "required": [ "artifact", "version" ], "type": "object" } }, "required": [ "failure", "payload", "processor" ], "self": { "format": "jsonschema", "name": "schema_violations", "vendor": "com.snowplowanalytics.snowplow.badrows", "version": "1-0-0" }, "type": "object" }
sp_342_Normalized
{ "definitions": { "oic.r.score_counter": { "properties": { "p1_score": { "description": "Current score of player 1", "type": "integer" }, "p1_win": { "description": "True if player 1 won the match, False if she lost it or match isn't over.", "type": "boolean" }, "p2_score": { "description": "Current score of player 2", "type": "integer" }, "p2_win": { "description": "True if player 2 won the match, False if she lost it or match isn't over.", "type": "boolean" } }, "type": "object" } }, "required": [ "oic.r.score_counter" ], "title": "Score Counter", "type": "object", "properties": { "oic.r.score_counter": { "$ref": "#/definitions/oic.r.score_counter" } } }
o77275
{ "additionalProperties": false, "description": "Schema for PII pseudonymization enrichment", "properties": { "emitEvent": { "description": "Whether to emit identification events from this enrichment", "type": "boolean" }, "enabled": { "description": "Whether to enable this enrichment", "type": "boolean" }, "name": { "description": "The name of the config (the only valid value for scala-common enrich is pii_enrichment_config)", "type": "string" }, "parameters": { "additionalProperties": false, "properties": { "pii": { "description": "List of all the fields for which pdeudonymization will be performed", "items": { "additionalProperties": false, "oneOf": [ { "required": [ "pojo" ] }, { "required": [ "json" ] } ], "properties": { "json": { "additionalProperties": false, "description": "JSON field which contains a JSON string value, on which pseudonymization will be performed on a specific JSON path", "properties": { "field": { "enum": [ "contexts", "derived_contexts", "unstruct_event" ] }, "jsonPath": { "pattern": "^\\$.*$", "type": "string" }, "schemaCriterion": { "pattern": "^iglu:([a-zA-Z0-9-_.]+)/([a-zA-Z0-9-_]+)/([a-zA-Z0-9-_]+)/([1-9][0-9]*|\\*)-((?:0|[1-9][0-9]*)|\\*)-((?:0|[1-9][0-9]*)|\\*)$", "type": "string" } }, "required": [ "field", "schemaCriterion", "jsonPath" ], "type": "object" }, "pojo": { "additionalProperties": false, "description": "Scalar field which contains a single string value, on which pseudonymization will be performed in the enire field (e.g. `user-123`)", "properties": { "field": { "enum": [ "user_id", "user_ipaddress", "user_fingerprint", "domain_userid", "network_userid", "ip_organization", "ip_domain", "tr_orderid", "ti_orderid", "mkt_term", "mkt_content", "se_category", "se_action", "se_label", "se_property", "mkt_clickid", "refr_domain_userid", "domain_sessionid" ] } }, "required": [ "field" ], "type": "object" } }, "type": "object" }, "type": "array" }, "strategy": { "additionalProperties": false, "description": "The pseudonymization strategy which will be applied to all the fields specified in the `pii` section", "properties": { "pseudonymize": { "additionalProperties": false, "description": "Pseudonymization strategy that hashes using a specified algorithm", "properties": { "hashFunction": { "description": "The hash function that will be used by this strategy", "enum": [ "MD2", "MD5", "SHA-1", "SHA-256", "SHA-384", "SHA-512" ] }, "salt": { "description": "A salt that will be added to the field durring hashing", "type": "string" } }, "required": [ "hashFunction", "salt" ], "type": "object" } }, "required": [ "pseudonymize" ], "type": "object" } }, "required": [ "pii", "strategy" ], "type": "object" }, "vendor": { "description": "The name of the vendor for this config (the only valid value for scala-common enrich is com.snowplowanalytics.snowplow.enrichments)", "type": "string" } }, "required": [ "vendor", "name", "enabled", "emitEvent", "parameters" ], "self": { "format": "jsonschema", "name": "pii_enrichment_config", "vendor": "com.snowplowanalytics.snowplow.enrichments", "version": "2-0-0" }, "type": "object" }
sp_352_Normalized
{ "description": "Test collection 3", "properties": { "_uid": { "isAutoIncrement": true, "type": "number" }, "field_1": { "type": "string" }, "field_2": { "type": "string" } }, "required": [ "_uid", "_metadata" ], "title": "Test 3", "type": "object" }
o57232
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": { "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "fieldPath": { "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.", "type": "string" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "namespace": { "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", "type": "string" }, "resourceVersion": { "description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServiceAccount": { "description": "ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": "string" }, "automountServiceAccountToken": { "description": "AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level.", "type": "boolean" }, "imagePullSecrets": { "description": "ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference" }, "type": "array" }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "ServiceAccount" ], "type": "string" }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "secrets": { "description": "Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" } }, "type": "object", "x-kubernetes-group-version-kind": [ { "group": "", "kind": "ServiceAccount", "version": "v1" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": { "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "continue": { "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.", "type": "string" }, "remainingItemCount": { "_format": "int64", "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.", "type": "integer" }, "resourceVersion": { "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "ServiceAccountList is a list of ServiceAccount objects", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "items": { "description": "List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServiceAccount" }, "type": [ "array", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "ServiceAccountList" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, "required": [ "items" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "", "kind": "ServiceAccountList", "version": "v1" } ] }
kb_973_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://cassandra/docs/mesosphere.com", "type": "object", "properties": { "service": { "id": "http://cassandra/docs/mesosphere.com/service", "type": "object", "description": "DC/OS service configuration properties", "properties": { "name": { "id": "http://cassandra/docs/mesosphere.com/service/name", "type": "string", "description": "The name of the DSE Cassandra service instance.", "default": "datastax" }, "user": { "id": "http://cassandra/docs/mesosphere.com/service/user", "type": "string", "description": "The user that the service will run as.", "default": "root" }, "principal": { "description": "The principal for the service instance.", "type": "string", "default": "datastax-principal" }, "secret_name": { "description": "Name of the Secret Store credentials to use for DC/OS service authentication. This should be left empty unless service authentication is needed.", "type": "string", "default": "" }, "cpus": { "id": "http://cassandra/docs/mesosphere.com/service/cpus", "type": "number", "description": "The cpu shares used by the DSE Cassandra service scheduler.", "default": 0.5 }, "mem": { "id": "http://cassandra/docs/mesosphere.com/service/mem", "type": "integer", "description": "The memory used by the DSE Cassandra service scheduler in Mb.", "default": 2048 }, "heap": { "id": "http://cassandra/docs/mesosphere.com/service/heap", "type": "integer", "description": "The JVM heap used by the DSE Cassandra service scheduler in Mb.", "default": 1024 }, "api_port": { "id": "http://cassandra/docs/mesosphere.com/service/api_port", "type": "integer", "description": "The port that the DSE Cassandra service API will accept on.", "default": 9000 }, "placement_strategy": { "id": "http://cassandra/docs/mesosphere.com/service/placement_strategy", "type": "string", "description": "The placement strategy for Cassandra nodes. This should always be NODE.", "default": "NODE" }, "data_center": { "id": "http://cassandra/docs/mesosphere.com/service/data_center", "type": "string", "description": "The data center that the Cassandra cluster managed by the service is deployed in.", "default": "dc1" }, "data_center_url": { "id": "http://cassandra/docs/mesosphere.com/service/data_center_url", "type": "string", "description": "The URL of from which the the data center for the cluster managed by this service instance will server its data center information." }, "external_data_center_urls": { "id": "http://cassandra/docs/mesosphere.com/service/data_center_url", "type": "string", "description": "A comma separated list of the URLs from which this service instance retrieve data center info to form a cluster spanning multiple data centers." } }, "additionalProperties": false, "required": [ "name", "user", "cpus", "mem", "heap", "api_port", "placement_strategy" ] }, "nodes": { "id": "http://cassandra/docs/mesosphere.com/node", "type": "object", "description": "Cassandra node configuration properties", "properties": { "count": { "id": "http://cassandra/docs/mesosphere.com/node/count", "type": "integer", "description": "The number of Cassandra nodes in the cluster.", "default": 3 }, "cpus": { "id": "http://cassandra/docs/mesosphere.com/node/cpus", "type": "number", "description": "The number of cpu shares allocated to the Cassandra process.", "default": 0.5 }, "mem": { "id": "http://cassandra/docs/mesosphere.com/node/mem", "type": "integer", "description": "The amount of memory, in MB, allocated to the Cassandra process.", "default": 4096 }, "disk": { "id": "http://cassandra/docs/mesosphere.com/node/disk", "type": "integer", "description": "The amount of disk, in MB, allocated to the Cassandra process.", "default": 10240 }, "disk_type": { "id": "http://cassandra/docs/mesosphere.com/node/diskType", "type": "string", "description": "Disk type to be used for storing Cassandra data. See documentation. [ROOT, MOUNT]", "default": "ROOT" }, "heap": { "id": "http://cassandra/docs/mesosphere.com/node/heap", "type": "object", "description": "The Cassandra process JVM heap configuration object.", "properties": { "size": { "id": "http://cassandra/docs/mesosphere.com/node/heap/size", "type": "integer", "description": "The amount of JVM heap, in MB, allocated to the Cassandra process.", "default": 2048 }, "new": { "id": "http://cassandra/docs/mesosphere.com/node/heap/new", "type": "integer", "description": "The amount of JVM new generation heap, in MB, allocated to the Cassandra process.", "default": 100 }, "gc": { "id": "http://cassandra/docs/mesosphere.com/node/heap/gc", "type": "string", "enum": [ "G1", "CMS" ], "description": "The Garbage collector for JVM (Either G1 or CMS).", "default": "CMS" } }, "additionalProperties": false, "required": [ "size", "new", "gc" ] }, "seeds": { "id": "http://cassandra/docs/mesosphere.com/node/seeds", "type": "integer", "description": "The number of Cassandra seed nodes in the cluster", "default": 2 } }, "additionalProperties": false, "required": [ "cpus", "mem", "disk", "heap", "count", "seeds" ] }, "cassandra": { "id": "http://cassandra/docs/mesosphere.com/cassandra", "description": "Cassandra service configuration properties", "type": "object", "properties": { "cluster_name": { "id": "http://cassandra/docs/mesosphere.com/cassandra/cluster_name", "type": "string", "description": "The name of the cluster managed by the Service", "default": "cassandra" }, "jmx_port": { "id": "http://cassandra/docs/mesosphere.com/cassandra/jmxPort", "type": "integer", "description": "The JMX port that will be used to interface with the Cassandra application.", "default": 7199 }, "num_tokens": { "id": "http://cassandra/docs/mesosphere.com/cassandra/numTokens", "type": "integer", "description": "The number of tokens assigned to each node.", "default": 256 }, "hinted_handoff_enabled": { "id": "http://cassandra/docs/mesosphere.com/cassandra/hintedHandoffEnabled", "type": "boolean", "description": "If true, hinted handoff is enabled for the cluster.", "default": true }, "max_hint_window_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/maxHintWindowInMs", "type": "integer", "description": "The maximum amount of time, in ms, that hints are generates hints for an unresponsive node.", "default": 10800000 }, "hinted_handoff_throttle_in_kb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/hintedHandoffThrottleInKb", "type": "integer", "description": "The maximum throttle per delivery thread in kilobytes per second.", "default": 1024 }, "max_hints_delivery_threads": { "id": "http://cassandra/docs/mesosphere.com/cassandra/maxHintsDeliveryThreads", "type": "integer", "description": "The maximum number of delivery threads for hinted handoff.", "default": 2 }, "batchlog_replay_throttle_in_kb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/batchlogReplayThrottleInKb", "type": "integer", "description": "The total throttle for log replay in Kpbs.", "default": 1024 }, "partitioner": { "id": "http://cassandra/docs/mesosphere.com/cassandra/partitioner", "type": "string", "description": "The partitioner used to distribute rows across the cluster. Murmur3Partitioner is the recommended setting. RandomPartitioner and ByteOrderedPartitioner are supported for legacy applications.", "default": "org.apache.cassandra.dht.Murmur3Partitioner" }, "key_cache_save_period": { "id": "http://cassandra/docs/mesosphere.com/cassandra/keyCacheSavePeriod", "type": "integer", "description": "The duration in seconds that keys are saved in cache. Saved caches greatly improve cold-start speeds and has relatively little effect on I/O.", "default": 14400 }, "row_cache_size_in_mb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/rowCacheSizeInMb", "type": "integer", "description": "Maximum size of the row cache in memory. Row cache can save more time than key_cache_size_in_mb, but is space-intensive because it contains the entire row. Use the row cache only for hot rows or static rows. 0 disables the row cache.", "default": 0 }, "row_cache_save_period": { "id": "http://cassandra/docs/mesosphere.com/cassandra/rowCacheSavePeriod", "type": "integer", "description": "Duration in seconds that rows are saved in cache. 0 disables caching.", "default": 0 }, "commitlog_sync_period_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/commitlogSyncPeriodInMs", "type": "integer", "description": "The number of milliseconds between disk fsync calls.", "default": 10000 }, "commitlog_segment_size_in_mb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/commitlogSegmentSizeInMb", "type": "integer", "description": "The size of each commit log segment in Mb.", "default": 32 }, "concurrent_reads": { "id": "http://cassandra/docs/mesosphere.com/cassandra/concurrentReads", "type": "integer", "description": "For workloads with more data than can fit in memory, the bottleneck is reads fetching data from disk. Setting to (16 times the number of drives) allows operations to queue low enough in the stack so that the OS and drives can reorder them.", "default": 16 }, "concurrent_writes": { "id": "http://cassandra/docs/mesosphere.com/cassandra/concurrentWrites", "type": "integer", "description": "Writes in Cassandra are rarely I/O bound, so the ideal number of concurrent writes depends on the number of CPU cores in your system. The recommended value is 8 times the number of cpu cores.", "default": 32 }, "concurrent_counter_writes": { "id": "http://cassandra/docs/mesosphere.com/cassandra/concurrentCounterWrites", "type": "integer", "description": "Counter writes read the current values before incrementing and writing them back. The recommended value is (16 times the number of drives) .", "default": 16 }, "memtable_allocation_type": { "id": "http://cassandra/docs/mesosphere.com/cassandra/memtableAllocationType", "type": "string", "description": "The type of allocations for the Cassandra memtable. heap_buffers keep all data on the JVM heap. offheap_buffers may reduce heap utilization for large string or binary values. offheap_objects may improve heap size for small integers or UUIDs as well. Both off heap options will increase read latency.", "default": "heap_buffers" }, "index_summary_resize_interval_in_minutes": { "id": "http://cassandra/docs/mesosphere.com/cassandra/indexSummaryResizeIntervalInMinutes", "type": "integer", "description": "How frequently index summaries should be re-sampled in minutes. This is done periodically to redistribute memory from the fixed-size pool to SSTables proportional their recent read rates.", "default": 60 }, "storage_port": { "id": "http://cassandra/docs/mesosphere.com/cassandra/storagePort", "type": "integer", "description": "The port for inter-node communication.", "default": 7000 }, "start_native_transport": { "id": "http://cassandra/docs/mesosphere.com/cassandra/startNativeTransport", "type": "boolean", "description": "If true CQL is enabled.", "default": true }, "native_transport_port": { "id": "http://cassandra/docs/mesosphere.com/cassandra/nativeTransportPort", "type": "integer", "description": "The port for CQL communication.", "default": 9042 }, "start_rpc": { "id": "http://cassandra/docs/mesosphere.com/cassandra/startRpc", "type": "boolean", "description": "If true Thrift RPC is enable. This is deprecated by may be necessary for legacy applications.", "default": false }, "rpc_port": { "id": "http://cassandra/docs/mesosphere.com/cassandra/rpcPort", "type": "integer", "description": "The port for Thrift RPC communication.", "default": 9160 }, "rpc_keepalive": { "id": "http://cassandra/docs/mesosphere.com/cassandra/rpcKeepalive", "type": "boolean", "description": "Enables or TCP keepalive for RPC connections.", "default": true }, "thrift_framed_transport_size_in_mb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/thriftFramedTransportSizeInMb", "type": "integer", "description": "Frame size (maximum field length) for Thrift.", "default": 15 }, "tombstone_warn_threshold": { "id": "http://cassandra/docs/mesosphere.com/cassandra/tombstoneWarnThreshold", "type": "integer", "description": "The maximum number of tombstones a query can scan before warning.", "default": 1000 }, "tombstone_failure_threshold": { "id": "http://cassandra/docs/mesosphere.com/cassandra/tombstoneFailureThreshold", "type": "integer", "description": "The maximum number of tombstones a query can scan before aborting.", "default": 100000 }, "column_index_size_in_kb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/columnIndexSizeInKb", "type": "integer", "description": "The granularity of the index of rows within a partition. For huge rows, decrease this setting to improve seek time. If you use key cache, be careful not to make this setting too large because key cache will be overwhelmed.", "default": 64 }, "batch_size_warn_threshold_in_kb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/batchSizeWarnThresholdInKb", "type": "integer", "description": "Warn the operator on a batch size exceeding this value in kilobytes. Caution should be taken on increasing the size of this threshold as it can lead to node instability.", "default": 5 }, "batch_size_fail_threshold_in_kb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/batchSizeFailThresholdInKb", "type": "integer", "description": "Fail batch sizes exceeding this value in kilobytes. Caution should be taken on increasing the size of this threshold as it can lead to node instability.", "default": 50 }, "compaction_throughput_mb_per_sec": { "id": "http://cassandra/docs/mesosphere.com/cassandra/compactionThroughputMbPerSec", "type": "integer", "description": "Throttles compaction to the specified total throughput across the node. Compaction frequency varies with direct proportion to write throughput and is necessary to limit the SSTable size. The recommended value is 16 to 32 times the rate of write throughput (in MB/second).", "default": 16 }, "sstable_preemptive_open_interval_in_mb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/sstablePreemptiveOpenIntervalInMb", "type": "integer", "description": "When compacting, the replacement opens SSTables before they are completely written and uses in place of the prior SSTables for any range previously written. This setting helps to smoothly transfer reads between the SSTables by reducing page cache churn and keeps hot rows hot.", "default": 50 }, "read_request_timeout_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/readRequestTimeoutInMs", "type": "integer", "description": "The time that the coordinator waits for read operations to complete in ms.", "default": 5000 }, "range_request_timeout_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/rangeRequestTimeoutInMs", "type": "integer", "description": "The time that the coordinator waits for range scans complete in ms.", "default": 10000 }, "write_request_timeout_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/writeRequestTimeoutInMs", "type": "integer", "description": "The time that the coordinator waits for write operations to complete in ms.", "default": 2000 }, "counter_write_request_timeout_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/counterWriteRequestTimeoutInMs", "type": "integer", "description": "The time that the coordinator waits for counter write operations to complete in ms.", "default": 5000 }, "cas_contention_timeout_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/casContentionTimeoutInMs", "type": "integer", "description": "The time for which the coordinator will retry CAS operations on the same row in ms.", "default": 1000 }, "truncate_request_timeout_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/truncateRequestTimeoutInMs", "type": "integer", "description": "The time that the coordinator waits for truncate operations to complete in ms.", "default": 60000 }, "request_timeout_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/requestTimeoutInMs", "type": "integer", "description": "The default timeout for all other requests in ms.", "default": 10000 }, "dynamic_snitch_update_interval_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/dynamicSnitchUpdateIntervalInMs", "type": "integer", "description": "The time, in ms, the snitch will wait before updating node scores.", "default": 100 }, "dynamic_snitch_reset_interval_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/dynamicSnitchResetIntervalInMs", "type": "integer", "description": "The time, in ms, the snitch will wait before resetting node scores allowing bad nodes to recover.", "default": 600000 }, "dynamic_snitch_badness_threshold": { "id": "http://cassandra/docs/mesosphere.com/cassandra/dynamicSnitchBadnessThreshold", "type": "number", "description": "Sets the performance threshold for dynamically routing client requests away from a poorly performing node.", "default": 0.1 }, "internode_compression": { "id": "http://cassandra/docs/mesosphere.com/cassandra/internodeCompression", "type": "string", "description": "Controls whether traffic between nodes is compressed. all compresses all traffic. none compresses no traffic. dc compresses between datacenters.", "default": "all" }, "max_hints_file_size_in_mb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/max_hints_file_size_in_mb", "type": "integer", "description": "The maximum size of the hints file in Mb.", "default": 128 }, "hints_flush_period_in_ms": { "id": "http://cassandra/docs/mesosphere.com/cassandra/hints_flush_period_in_ms", "type": "integer", "description": "The time, in ms, for the period in which hints are flushed to disk.", "default": 10000 }, "concurrent_materialized_view_writes": { "id": "http://cassandra/docs/mesosphere.com/cassandra/concurrent_materialized_view_writes", "type": "integer", "description": "The maximum number of concurrent writes to materialized views.", "default": 32 }, "commitlog_total_space_in_mb": { "id": "http://cassandra/docs/mesosphere.com/cassandra/commitlog_total_space_in_mb", "type": "integer", "description": "The total size of the commit log in Mb.", "default": 8192 } }, "additionalProperties": false, "required": [ "cluster_name", "jmx_port", "num_tokens", "max_hint_window_in_ms", "hinted_handoff_enabled", "hinted_handoff_throttle_in_kb", "max_hints_delivery_threads", "batchlog_replay_throttle_in_kb", "partitioner", "key_cache_save_period", "row_cache_size_in_mb", "row_cache_save_period", "commitlog_sync_period_in_ms", "commitlog_segment_size_in_mb", "concurrent_reads", "concurrent_writes", "concurrent_counter_writes", "memtable_allocation_type", "index_summary_resize_interval_in_minutes", "storage_port", "start_native_transport", "native_transport_port", "start_rpc", "rpc_port", "rpc_keepalive", "thrift_framed_transport_size_in_mb", "tombstone_warn_threshold", "tombstone_failure_threshold", "column_index_size_in_kb", "batch_size_warn_threshold_in_kb", "batch_size_fail_threshold_in_kb", "compaction_throughput_mb_per_sec", "sstable_preemptive_open_interval_in_mb", "read_request_timeout_in_ms", "range_request_timeout_in_ms", "write_request_timeout_in_ms", "counter_write_request_timeout_in_ms", "cas_contention_timeout_in_ms", "truncate_request_timeout_in_ms", "request_timeout_in_ms", "dynamic_snitch_update_interval_in_ms", "dynamic_snitch_reset_interval_in_ms", "dynamic_snitch_badness_threshold", "internode_compression", "max_hints_file_size_in_mb", "hints_flush_period_in_ms", "concurrent_materialized_view_writes", "commitlog_total_space_in_mb" ] }, "dse": { "type": "object", "description": "DataStax specific configuration", "properties": { "use_dse_role_manager": { "type": "boolean", "description": "If true the DSE Role manager is used.", "default": false }, "transitional_mode": { "type": "string", "enum": [ "disabled", "normal", "strict" ], "description": "The transitional_mode option allows DSE authentication and authorization to operate in a transitional mode during setup of authorization in a cluster.", "default": "disabled" }, "authentication_options": { "type": "object", "description": "DataStax authentication options.", "properties": { "enabled": { "type": "boolean", "description": "If true the DSE Authentication manager is used.", "default": false }, "default_scheme": { "type": "string", "enum": [ "kerberos", "internal" ], "description": "The default scheme for authentication. Note that internal will be enabled as an alternate.", "default": "kerberos" }, "scheme_permissions": { "type": "boolean", "description": "If true than scheme permissions must be granted on a per role basis.", "default": true }, "allow_digest_with_kerberos": { "type": "boolean", "description": "If true than message digest authentication is also allowed for Kerberos auth.", "default": true }, "plain_text_without_ssl": { "type": "string", "description": "The action taken when plain text auth request are sent over an unencrypted channel.", "enum": [ "allow", "warn", "block" ], "default": "warn" } }, "required": [ "enabled", "default_scheme", "scheme_permissions", "allow_digest_with_kerberos", "plain_text_without_ssl" ] }, "authorization_options": { "type": "object", "description": "DataStax authorization options.", "properties": { "enabled": { "type": "boolean", "description": "If true DataStax authorization will be used.", "default": false } }, "required": [ "enabled" ] }, "kerberos_options": { "type": "object", "description": "Kerberos configuration options. These will be ignored unless Kerberos is selected for authentication and DSE authentication is enabled.", "properties": { "keytab": { "type": "string", "description": "The name of the keytab file pointed to by the ketab_location property in the executor configuration object.", "default": "dse.keytab" }, "service_principal": { "type": "string", "description": "The Kerberos service principal for DSE natice connections.", "default": "dse/_HOST@REALM" }, "http_principal": { "type": "string", "description": "The Kerberos service principal for HTTP connections.", "default": "HTTP/_HOST@REALM" }, "qop": { "type": "string", "description": "The quality of protection for authentication. Note that auth-conf is currently not supported due to a lack of SSL support.", "enum": [ "auth", "auth-int" ], "default": "auth" } }, "required": [ "keytab", "service_principal", "http_principal", "qop" ] }, "node_health_options": { "type": "object", "description": "Node health estimation options.", "properties": { "refresh_rate_ms": { "type": "integer", "description": "The refresh rate for node health estimation.", "default": 60000 }, "uptime_ramp_up_period_seconds": { "type": "integer", "description": "The amount of continuous uptime required for the node to reach the maximum uptime score.", "default": 86400 }, "dropped_mutation_window_minutes": { "type": "integer", "description": "The window in the past over which the rate of dropped mutations affects the node health score.", "default": 30 } }, "required": [ "refresh_rate_ms", "uptime_ramp_up_period_seconds", "dropped_mutation_window_minutes" ] }, "lease_metrics_options": { "type": "object", "description": "Lease subsystem metric options.", "properties": { "enabled": { "type": "boolean", "description": "If true lease metrics are enabled.", "default": false }, "ttl_seconds": { "type": "integer", "description": "The length of time the lease holder log persists.", "default": 604800 } }, "required": [ "enabled", "ttl_seconds" ] }, "audit_logging_options": { "type": "object", "description": "Audit logging configuration options.", "properties": { "enabled": { "type": "boolean", "description": "If ture, audit logging is enabled", "default": false }, "logger": { "type": "string", "description": "The audit logger implementation class.", "default": "SLF4JAuditWriter" }, "retention_time": { "type": "integer", "description": "The retention time for audit logs. Note, 0 indicates forever.", "default": 0 }, "cassandra_audit_writer_options": { "type": "object", "description": "Logger configuration object.", "properties": { "mode": { "type": "string", "description": "The mode of the logger. sync will block request for auditing.", "enum": [ "sync", "async" ], "default": "sync" }, "batch_size": { "type": "integer", "description": "The batch size for audit log writes. Only used in async.", "default": 50 }, "flush_time": { "type": "integer", "description": "The flush time for audit log writes. Only used in async.", "default": 500 }, "queue_size": { "type": "integer", "description": "The size of the queue feeding the asynchronous audit log writer threads.Only used in async.", "default": 10000 }, "write_consistency": { "type": "string", "description": " The consistency level used to write audit events", "default": "QUORUM" } }, "required": [ "mode", "batch_size", "flush_time", "queue_size", "write_consistency" ] } }, "required": [ "enabled", "logger", "retention_time", "cassandra_audit_writer_options" ] }, "internode_messaging_options": { "type": "object", "description": "DSE messaging options.", "properties": { "port": { "type": "integer", "description": "The port for internode communication.", "default": 8609 } }, "required": [ "port" ] } }, "required": [ "use_dse_role_manager", "transitional_mode", "authentication_options", "authorization_options", "kerberos_options", "node_health_options", "lease_metrics_options", "audit_logging_options", "internode_messaging_options" ] }, "executor": { "id": "http://cassandra/docs/mesosphere.com/executor", "type": "object", "description": "The Cassandra service executor configuration object.", "properties": { "cpus": { "id": "http://cassandra/docs/mesosphere.com/executor/cpus", "type": "number", "description": "The cpu shares used by the Cassandra service executor.", "default": 0.5 }, "mem": { "id": "http://cassandra/docs/mesosphere.com/executor/mem", "type": "integer", "description": "The memory used by the Cassandra service executor in Mb.", "default": 1024 }, "heap": { "id": "http://cassandra/docs/mesosphere.com/executor/heap", "type": "integer", "description": "The JVM heap used by the Cassandra service executor in Mb.", "default": 768 }, "disk": { "id": "http://cassandra/docs/mesosphere.com/executor/heap", "type": "integer", "description": "The amount of disk used by the Cassandra service executor in Mb.", "default": 1024 }, "api_port": { "id": "http://cassandra/docs/mesosphere.com/executor/api_port", "type": "integer", "description": "The port that the Cassandra executor API will accept on.", "default": 9001 }, "keytab_location": { "id": "http://cassandra/docs/mesosphere.com/executor/keytab_location", "type": "string", "description": "URL pointing to the location of the keytab to use if the Kerberos is enabled." } }, "additionalProperties": false, "required": [ "cpus", "mem", "heap", "disk", "api_port" ] }, "task": { "id": "http://cassandra/docs/mesosphere.com/task", "type": "object", "description": "The Cassandra service cluster task configuration object.", "properties": { "cpus": { "id": "http://cassandra/docs/mesosphere.com/task/cpus", "type": "number", "description": "The cpu shares used by the Cassandra service cluster tasks.", "default": 0.5 }, "mem": { "id": "http://cassandra/docs/mesosphere.com/executor/mem", "type": "integer", "description": "The memory used by the Cassandra cluster tasks in Mb.", "default": 256 } }, "additionalProperties": false, "required": [ "cpus", "mem" ] } }, "additionalProperties": false, "required": [ "service", "nodes", "cassandra", "dse", "executor", "task" ] }
o90698
{ "definitions": { "image-element": { "properties": { "content": { "properties": { "alt": { "type": "string" }, "src": { "type": "string" } }, "required": [ "src", "alt" ], "type": "object" } }, "required": [ "content" ], "type": "object" }, "picture-element": { "properties": { "content": { "properties": { "background-image": { "properties": { "alt": { "type": "string" }, "vp1": { "type": "string" }, "vp2": { "type": "string" }, "vp3": { "type": "string" }, "vp4": { "type": "string" }, "vp5": { "type": "string" }, "vp6": { "type": "string" } }, "required": [ "alt", "vp1" ], "type": "object" } }, "required": [ "background-image" ], "type": "object" } }, "required": [ "content" ], "type": "object" } }, "description": "A MWF Image component's schema definition.", "oneOf": [ { "$ref": "#/definitions/picture-element" }, { "$ref": "#/definitions/image-element" } ], "title": "Image", "type": "object" }
o85194
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "Foo": { "title": "Foo", "type": "string" }, "MyUnion": { "title": "MyUnion", "type": "string", "oneOf": [ { "$ref": "#/definitions/Foo" }, { "type": "string" }, { "type": "number" } ] }, "MyEnum": { "title": "MyEnum", "type": "string", "enum": [ "FIRST_ITEM", "SECOND_ITEM", "THIRD_ITEM" ] }, "Stuff": { "title": "Stuff", "type": "object", "required": [ "req_field" ], "properties": { "my_field": { "type": "integer", "title": "my_field", "arguments": [] }, "req_field": { "type": "string", "title": "req_field", "arguments": [] }, "recursion": { "allOf": [ { "$ref": "#/definitions/MoreStuff" }, { "title": "recursion" } ] }, "custom_scalar": { "allOf": [ { "$ref": "#/definitions/Foo" }, { "title": "custom_scalar" } ] }, "enum": { "allOf": [ { "$ref": "#/definitions/MyEnum" }, { "title": "enum" } ] } } }, "MoreStuff": { "title": "MoreStuff", "type": "object", "required": [ "identifier", "bool" ], "properties": { "first": { "type": "array", "items": { "type": "number" }, "title": "first", "arguments": [] }, "identifier": { "type": "array", "items": { "type": "string" }, "title": "identifier", "arguments": [] }, "reference": { "allOf": [ { "$ref": "#/definitions/Stuff" }, { "title": "reference" } ] }, "bool": { "type": "boolean", "title": "bool", "arguments": [] }, "union": { "allOf": [ { "$ref": "#/definitions/MyUnion" }, { "title": "union" } ] }, "with_params": { "type": "integer", "title": "with_params", "arguments": [ { "title": "param1", "type": { "type": "integer" }, "defaultValue": null }, { "title": "param2", "type": { "type": "array", "items": { "type": { "type": "number" } } }, "defaultValue": null } ] } } }, "InputType": { "title": "InputType", "type": "object", "input": true, "properties": { "an_int": { "type": "integer", "title": "an_int" }, "a_string": { "type": "string", "title": "a_string" } }, "required": [ "an_int" ] } }, "properties": { "Foo": { "$ref": "#/definitions/Foo" }, "MyUnion": { "$ref": "#/definitions/MyUnion" }, "MyEnum": { "$ref": "#/definitions/MyEnum" }, "Stuff": { "$ref": "#/definitions/Stuff" }, "MoreStuff": { "$ref": "#/definitions/MoreStuff" }, "InputType": { "$ref": "#/definitions/InputType" } }, "required": [ "Foo", "MyUnion", "MyEnum", "Stuff", "MoreStuff", "InputType" ] }
o48406
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "This schema represents a range of numerical values with a unit of measure. The lower and upper boundaries are included in the interval.", "type": "object", "properties": { "low_value": { "description": "The lower boundary of the range.", "type": "number" }, "high_value": { "description": "The upper boundary of the range.", "type": "number" }, "unit": { "references": [ { "description": "The unit of measure of the element. Allowed values are drawn from the Common synonyms (non-UCUM) column of [subset of] UCUM, SI and English units. ", "url": "http://download.hl7.de/documents/ucum/ucumdata.html" } ], "type": "string" } }, "required": [ "low_value", "high_value", "unit" ] }
o65660
{ "additionalProperties": false, "title": "JSON schema for Babel 6+ configuration files", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "ast": { "default": true, "description": "Include the AST in the returned object", "type": "boolean" }, "auxiliaryCommentAfter": { "description": "Attach a comment after all non-user injected code.", "type": "string" }, "auxiliaryCommentBefore": { "description": "Attach a comment before all non-user injected code.", "type": "string" }, "code": { "default": true, "description": "Enable code generation", "type": "boolean" }, "comments": { "default": true, "description": "Output comments in generated output.", "type": "boolean" }, "compact": { "default": "auto", "description": "Do not include superfluous whitespace characters and line terminators. When set to \"auto\" compact is set to true on input sizes of >100KB.", "type": "string" }, "env": { "default": {}, "description": "This is an object of keys that represent different environments. For example, you may have: `{ env: { production: { /* specific options */ } } }` which will use those options when the enviroment variable BABEL_ENV is set to \"production\". If BABEL_ENV isn't set then NODE_ENV will be used, if it's not set then it defaults to \"development\"", "type": "object" }, "extends": { "description": "A path to a .babelrc file to extend", "type": "string" }, "filename": { "default": "unknown", "description": "Filename for use in errors etc.", "type": "string" }, "filenameRelative": { "description": "Filename relative to sourceRoot (defaults to \"filename\")", "type": "string" }, "highlightCode": { "description": "ANSI highlight syntax error code frames", "type": "boolean" }, "ignore": { "description": "Opposite of the \"only\" option", "type": [ "array", "string" ], "items": { "type": "string" } }, "inputSourceMap": { "description": "A source map object that the output source map will be based on.", "type": "object" }, "keepModuleIdExtensions": { "default": false, "description": "Keep extensions in module ids", "type": "boolean" }, "moduleId": { "description": "Specify a custom name for module ids.", "type": "string" }, "moduleIds": { "default": false, "description": "If truthy, insert an explicit id for modules. By default, all modules are anonymous. (Not available for common modules)", "anyOf": [ { "type": "string", "minLength": 1 }, { "enum": [ false ] } ] }, "moduleRoot": { "description": "Optional prefix for the AMD module formatter that will be prepend to the filename on module definitions. (defaults to \"sourceRoot\")", "type": "string" }, "only": { "description": "A glob, regex, or mixed array of both, matching paths to only compile. Can also be an array of arrays containing paths to explicitly match. When attempting to compile a non-matching file it's returned verbatim.", "type": [ "array", "string" ], "items": { "type": "string" } }, "plugins": { "description": "List of plugins to load and use", "type": "array", "items": { "type": [ "string", "array" ], "items": { "description": "the plugin name in .[0] and the options object in .[1]", "type": [ "string", "object" ] } } }, "presets": { "description": "List of presets (a set of plugins) to load and use", "type": "array", "items": { "type": [ "string", "array" ], "items": { "description": "the preset name in .[0] and the options object in .[1]", "type": [ "string", "object" ] } } }, "retainLines": { "default": false, "description": "Retain line numbers. This will lead to wacky code but is handy for scenarios where you can't use source maps. NOTE: This will obviously not retain the columns.", "type": "boolean" }, "sourceFileName": { "description": "Set sources[0] on returned source map. (defaults to \"filenameRelative\")", "type": "string" }, "sourceMaps": { "default": false, "description": "If truthy, adds a map property to returned output. If set to \"inline\", a comment with a sourceMappingURL directive is added to the bottom of the returned code. If set to \"both\" then a map property is returned as well as a source map comment appended.", "type": [ "string", "boolean" ], "enum": [ "both", "inline", true, false ] }, "sourceMapTarget": { "description": "Set file on returned source map. (defaults to \"filenameRelative\")", "type": "string" }, "sourceRoot": { "description": "The root from which all sources are relative. (defaults to \"moduleRoot\")", "type": "string" } } }
o77302
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle (if shape is triangle)", "type": "number" }, "height": { "description": "The height of the triangle (if shape is triangle)", "type": "number" }, "length": { "description": "The length of the rectangle (if shape is rectangle)", "type": "number" }, "radius": { "description": "The radius of the circle (if shape is circle)", "type": "number" }, "width": { "description": "The width of the rectangle (if shape is rectangle)", "type": "number" } }, "type": "object" }, "shape": { "description": "The shape for which the area needs to be calculated", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_d3566c6a
{ "$comment": "JSON Schema for CRYENGINE 5.5", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "cvars": { "$id": "/definitions/cvars", "type": "string", "title": "Variable name", "description": "CVar name", "default": "sys_target_platforms", "enum": [ "a_poseAlignerDebugDraw", "a_poseAlignerEnable", "a_poseAlignerForceLock", "a_poseAlignerForceNoIntersections", "a_poseAlignerForceNoRootOffset", "a_poseAlignerForceTargetSmoothing", "a_poseAlignerForceWeightOne", "ac_ColliderModeAI", "ac_ColliderModePlayer", "ac_debugAnimEffects", "ac_debugAnimTarget", "ac_debugColliderMode", "ac_debugEntityParams", "ac_DebugFilter", "ac_debugLocations", "ac_debugLocationsGraphs", "ac_debugMotionParams", "ac_debugMovementControlMethods", "ac_debugText", "ac_debugXXXValues", "ac_disableSlidingContactEvents", "ac_enableExtraSolidCollider", "ac_entityAnimClamp", "ac_forceSimpleMovement", "ac_frametime", "ac_movementControlMethodFilter", "ac_movementControlMethodHor", "ac_movementControlMethodVer", "ac_templateMCMs", "ac_useMovementPrediction", "ac_useQueuedRotation", "ag_debugExactPos", "ag_defaultAIStance", "ag_travelSpeedSmoothing", "ag_turnAngleSmoothing", "ag_turnSpeedParamScale", "ag_turnSpeedSmoothing", "ai_AdjustPathsAroundDynamicObstacles", "ai_AgentStatsDist", "ai_AllowedToHit", "ai_AllowedToHitPlayer", "ai_AllTime", "ai_AmbientFireEnable", "ai_AmbientFireQuota", "ai_AmbientFireUpdateInterval", "ai_AttemptStraightPath", "ai_BannedNavSoTime", "ai_BeautifyPath", "ai_BubblesSystem", "ai_BubblesSystemAlertnessFilter", "ai_BubblesSystemAllowPrototypeDialogBubbles", "ai_BubblesSystemDecayTime", "ai_BubblesSystemFontSize", "ai_BubblesSystemNameFilter", "ai_BubblesSystemUseDepthTest", "ai_BurstWhileMovingDestinationRange", "ai_CheckWalkabilityOptimalSectionLength", "ai_CollisionAvoidanceAgentExtraFat", "ai_CollisionAvoidanceAgentTimeHorizon", "ai_CollisionAvoidanceClampVelocitiesWithNavigationMesh", "ai_CollisionAvoidanceEnableRadiusIncrement", "ai_CollisionAvoidanceMinSpeed", "ai_CollisionAvoidanceObstacleTimeHorizon", "ai_CollisionAvoidancePathEndCutoffRange", "ai_CollisionAvoidanceRadiusIncrementDecreaseRate", "ai_CollisionAvoidanceRadiusIncrementIncreaseRate", "ai_CollisionAvoidanceRange", "ai_CollisionAvoidanceSmartObjectCutoffRange", "ai_CollisionAvoidanceTargetCutoffRange", "ai_CollisionAvoidanceTimestep", "ai_CollisionAvoidanceUpdateVelocities", "ai_CommunicationForceTestVoicePack", "ai_CommunicationManagerHeighThresholdForTargetPosition", "ai_CompatibilityMode", "ai_CoolMissesBoxHeight", "ai_CoolMissesBoxSize", "ai_CoolMissesCooldown", "ai_CoolMissesMaxLightweightEntityMass", "ai_CoolMissesMinMissDistance", "ai_CoolMissesProbability", "ai_CoverExactPositioning", "ai_CoverMaxEyeCount", "ai_CoverPredictTarget", "ai_CoverSpacing", "ai_CoverSystem", "ai_CrouchVisibleRange", "ai_CrowdControlInPathfind", "ai_DebugCollisionAvoidanceForceSpeed", "ai_DebugDraw", "ai_DebugDrawAdaptiveUrgency", "ai_DebugDrawAmbientFire", "ai_DebugDrawArrowLabelsVisibilityDistance", "ai_DebugDrawAStarOpenList", "ai_DebugDrawAStarOpenListTime", "ai_DebugDrawBannedNavsos", "ai_DebugDrawCollisionAvoidance", "ai_DebugDrawCollisionAvoidanceAgentName", "ai_DebugDrawCommunication", "ai_DebugDrawCommunicationHistoryDepth", "ai_DebugDrawCoolMisses", "ai_DebugDrawCover", "ai_DebugDrawCoverLocations", "ai_DebugDrawCoverOccupancy", "ai_DebugDrawCoverPlanes", "ai_DebugDrawCoverSampler", "ai_DebugDrawCrowdControl", "ai_DebugDrawDamageControl", "ai_DebugDrawDamageParts", "ai_DebugDrawDynamicCoverSampler", "ai_DebugDrawDynamicHideObjectsRange", "ai_DebugDrawEnabledActors", "ai_DebugDrawEnabledPlayers", "ai_DebugDrawExpensiveAccessoryQuota", "ai_DebugDrawFireCommand", "ai_DebugDrawGroups", "ai_DebugDrawHidespotRange", "ai_DebugDrawHideSpotSearchRays", "ai_DebugDrawLightLevel", "ai_DebugDrawNavigation", "ai_DebugDrawNavigationWorldMonitor", "ai_DebugDrawPhysicsAccess", "ai_DebugDrawPlayerActions", "ai_DebugDrawReinforcements", "ai_DebugDrawStanceSize", "ai_DebugDrawVegetationCollisionDist", "ai_DebugDrawVisionMap", "ai_DebugDrawVisionMapObservables", "ai_DebugDrawVisionMapObservers", "ai_DebugDrawVisionMapObserversFOV", "ai_DebugDrawVisionMapStats", "ai_DebugDrawVisionMapVisibilityChecks", "ai_DebugDrawVolumeVoxels", "ai_DebugGlobalPerceptionScale", "ai_DebugInterestSystem", "ai_DebugMovementSystem", "ai_DebugMovementSystemActorRequests", "ai_DebugPathfinding", "ai_DebugPerceptionManager", "ai_DebugRangeSignaling", "ai_DebugSignalTimers", "ai_DebugTacticalPoints", "ai_DebugTacticalPointsBlocked", "ai_DebugTargetSilhouette", "ai_DebugTargetTracksAgent", "ai_DebugTargetTracksConfig", "ai_DebugTargetTracksConfig_Filter", "ai_DebugTargetTracksTarget", "ai_DebugTimestamps", "ai_DrawAgentFOV", "ai_DrawAgentStats", "ai_DrawAgentStatsGroupFilter", "ai_DrawAreas", "ai_DrawAttentionTargetPositions", "ai_DrawBadAnchors", "ai_DrawBulletEvents", "ai_DrawCollisionEvents", "ai_DrawDistanceLUT", "ai_DrawExplosions", "ai_DrawFakeDamageInd", "ai_DrawFakeHitEffects", "ai_DrawFakeTracers", "ai_DrawFireEffectDecayRange", "ai_DrawFireEffectEnabled", "ai_DrawFireEffectMaxAngle", "ai_DrawFireEffectMinDistance", "ai_DrawFireEffectMinTargetFOV", "ai_DrawFireEffectTimeScale", "ai_DrawFormations", "ai_DrawGetEnclosingFailures", "ai_DrawGoals", "ai_DrawGrenadeEvents", "ai_DrawGroupTactic", "ai_DrawHidespots", "ai_DrawModifiers", "ai_DrawModularBehaviorTreeStatistics", "ai_DrawNode", "ai_DrawNodeLinkCutoff", "ai_DrawNodeLinkType", "ai_DrawOffset", "ai_DrawPath", "ai_DrawPathAdjustment", "ai_DrawPathFollower", "ai_DrawPerceptionDebugging", "ai_DrawPerceptionHandlerModifiers", "ai_DrawPerceptionIndicators", "ai_DrawPerceptionModifiers", "ai_DrawPlayerRanges", "ai_DrawProbableTarget", "ai_DrawRadar", "ai_DrawRadarDist", "ai_DrawReadibilities", "ai_DrawRefPoints", "ai_DrawSelectedTargets", "ai_DrawShooting", "ai_DrawSmartObjects", "ai_DrawSoundEvents", "ai_DrawStats", "ai_DrawTargets", "ai_DrawTrajectory", "ai_DrawType", "ai_DrawUpdate", "ai_DynamicHidespotsEnabled", "ai_EnableCoolMisses", "ai_EnableORCA", "ai_EnablePerceptionStanceVisibleRange", "ai_EnableWarningsErrors", "ai_EnableWaterOcclusion", "ai_ExtraForbiddenRadiusDuringBeautification", "ai_ExtraRadiusDuringBeautification", "ai_ExtraVehicleAvoidanceRadiusBig", "ai_ExtraVehicleAvoidanceRadiusSmall", "ai_FilterAgentName", "ai_FlowNodeAlertnessCheck", "ai_ForceAGAction", "ai_ForceAGSignal", "ai_ForceAllowStrafing", "ai_ForceLookAimTarget", "ai_ForcePosture", "ai_ForceSerializeAllObjects", "ai_ForceStance", "ai_IgnoreBulletRainStimulus", "ai_IgnorePlayer", "ai_IgnoreSoundStimulus", "ai_IgnoreVisibilityChecks", "ai_IgnoreVisualStimulus", "ai_InterestSystem", "ai_InterestSystemCastRays", "ai_IntersectionTesterQuota", "ai_IslandConnectionsSystemProfileMemory", "ai_LobThrowMinAllowedDistanceFromFriends", "ai_LobThrowPercentageOfDistanceToTargetUsedForInaccuracySimulation", "ai_LobThrowTimePredictionForFriendPositions", "ai_LobThrowUseRandomForInaccuracySimulation", "ai_Locate", "ai_LogConsoleVerbosity", "ai_LogFileVerbosity", "ai_LogModularBehaviorTreeExecutionStacks", "ai_LogSignals", "ai_MinActorDynamicObstacleAvoidanceRadius", "ai_MNMAllowDynamicRegenInEditor", "ai_MNMDebugAccessibility", "ai_MNMDebugDrawFlag", "ai_MNMDebugTriangleOnCursor", "ai_MNMEditorBackgroundUpdate", "ai_MNMPathfinderConcurrentRequests", "ai_MNMPathFinderDebug", "ai_MNMPathfinderMT", "ai_MNMPathfinderPositionInTrianglePredictionType", "ai_MNMPathFinderQuota", "ai_MNMProfileMemory", "ai_MNMRaycastImplementation", "ai_ModularBehaviorTree", "ai_MovementSystemPathReplanningEnabled", "ai_NavGenThreadJobs", "ai_NavigationSystemMT", "ai_NavmeshStabilizationTimeToUpdate", "ai_NavmeshTileDistanceDraw", "ai_NetworkDebug", "ai_NoUpdate", "ai_ObstacleSizeThreshold", "ai_OutputPersonalLogToConsole", "ai_OverlayMessageDuration", "ai_PathfinderAvoidanceCostForGroupMates", "ai_PathfinderDangerCostForAttentionTarget", "ai_PathfinderDangerCostForExplosives", "ai_PathfinderExplosiveDangerMaxThreatDistance", "ai_PathfinderExplosiveDangerRadius", "ai_PathfinderGroupMatesAvoidanceRadius", "ai_PathfinderUpdateTime", "ai_PathfindTimeLimit", "ai_PathStringPullingIterations", "ai_PlayerAffectedByLight", "ai_PredictivePathFollowing", "ai_ProfileGoals", "ai_ProneVisibleRange", "ai_RayCasterQuota", "ai_RecordCommunicationStats", "ai_Recorder", "ai_Recorder_Auto", "ai_Recorder_Buffer", "ai_RecordLog", "ai_RODAliveTime", "ai_RODAmbientFireInc", "ai_RODCombatRangeMod", "ai_RODCoverFireTimeMod", "ai_RODDirInc", "ai_RODFakeHitChance", "ai_RODKillRangeMod", "ai_RODKillZoneInc", "ai_RODLowHealthMercyTime", "ai_RODMoveInc", "ai_RODReactionDarkIllumInc", "ai_RODReactionDirInc", "ai_RODReactionDistInc", "ai_RODReactionLeanInc", "ai_RODReactionMediumIllumInc", "ai_RODReactionSuperDarkIllumInc", "ai_RODReactionTime", "ai_RODStanceInc", "ai_ShowBehaviorCalls", "ai_SightRangeDarkIllumMod", "ai_SightRangeMediumIllumMod", "ai_SightRangeSuperDarkIllumMod", "ai_SimpleWayptPassability", "ai_SmartPathFollower_decelerationHuman", "ai_SmartPathFollower_decelerationVehicle", "ai_SmartPathFollower_LookAheadPredictionTimeForMovingAlongPathRunAndSprint", "ai_SmartPathFollower_LookAheadPredictionTimeForMovingAlongPathWalk", "ai_SmartPathFollower_useAdvancedPathShortcutting", "ai_SmartPathFollower_useAdvancedPathShortcutting_debug", "ai_SOMSpeedCombat", "ai_SOMSpeedRelaxed", "ai_SoundPerception", "ai_StatsDisplayMode", "ai_StatsTarget", "ai_SteepSlopeAcrossValue", "ai_SteepSlopeUpValue", "ai_SystemUpdate", "ai_TacticalPointsDebugDrawMode", "ai_TacticalPointsDebugFadeMode", "ai_TacticalPointsDebugScaling", "ai_TacticalPointsDebugTime", "ai_TacticalPointsWarnings", "ai_TacticalPointUpdateTime", "ai_TargetTracking", "ai_TargetTracks_GlobalTargetLimit", "ai_UpdateAllAlways", "ai_UpdateInterval", "ai_UpdateProxy", "ai_UseCalculationStopperCounter", "ai_UseSimplePathfindingHeuristic", "ai_UseSmartPathFollower", "ai_UseSmartPathFollower_AABB_based", "ai_UseSmartPathFollower_LookAheadDistance", "ai_VisionMapNumberOfPVSUpdatesPerFrame", "ai_VisionMapNumberOfVisibilityUpdatesPerFrame", "ai_WaterOcclusion", "ban_timeout", "br_breakmaxworldsize", "br_breakworldoffsetx", "br_breakworldoffsety", "c_shakeMult", "ca_AllowMultipleEffectsOfSameName", "ca_AnimWarningLevel", "ca_ApplyJointVelocitiesMode", "ca_AttachmentCullingRation", "ca_AttachmentCullingRationMP", "ca_AttachmentMergingMemoryBudget", "ca_AttachmentTextureMemoryBudget", "ca_CharEditModel", "ca_cloth_air_resistance", "ca_cloth_damping", "ca_cloth_friction", "ca_cloth_max_safe_step", "ca_cloth_max_timestep", "ca_cloth_stiffness", "ca_cloth_stiffness_norm", "ca_cloth_stiffness_tang", "ca_cloth_thickness", "ca_cloth_vars_reset", "ca_ClothBlending", "ca_ClothBypassSimulation", "ca_ClothForceSkinningAfterNFrames", "ca_ClothMaxChars", "ca_DBAUnloadRemoveTime", "ca_DBAUnloadUnregisterTime", "ca_DeathBlendTime", "ca_DebugADIKTargets", "ca_DebugAnimationStreaming", "ca_DebugAnimMemTracking", "ca_DebugAnimUpdates", "ca_DebugAnimUsage", "ca_DebugAnimUsageOnFileAccess", "ca_DebugAttachmentsProxies", "ca_DebugCommandBuffer", "ca_DebugCommandBufferFilter", "ca_DebugCriticalErrors", "ca_DebugFacial", "ca_DebugFacialEyes", "ca_DebugModelCache", "ca_DebugSegmentation", "ca_DebugSkeletonEffects", "ca_DebugSWSkinning", "ca_DecalSizeMultiplier", "ca_disable_thread", "ca_DisableAnimationUnloading", "ca_DisableAuxPhysics", "ca_DrawAimIKVEGrid", "ca_DrawAimPoses", "ca_DrawAllSimulatedSockets", "ca_DrawAttachmentOBB", "ca_DrawAttachmentProjection", "ca_DrawAttachments", "ca_DrawAttachmentsMergedForShadows", "ca_DrawBaseMesh", "ca_DrawBBox", "ca_DrawBinormals", "ca_DrawCC", "ca_DrawCGA", "ca_DrawCHR", "ca_DrawCloth", "ca_DrawDecalsBBoxes", "ca_DrawEmptyAttachments", "ca_DrawLocator", "ca_DrawLookIK", "ca_DrawNormals", "ca_DrawPose", "ca_DrawPositionPost", "ca_DrawSkeleton", "ca_DrawTangents", "ca_DrawVEGInfo", "ca_DrawWireframe", "ca_DumpUsedAnims", "ca_eyes_procedural", "ca_FacialAnimationRadius", "ca_FilterJoints", "ca_ForceAnimationLod", "ca_ForceUpdateSkeletons", "ca_KeepModels", "ca_lipsync_debug", "ca_lipsync_phoneme_crossfade", "ca_lipsync_phoneme_offset", "ca_lipsync_phoneme_strength", "ca_lipsync_vertex_drag", "ca_LoadUncompressedChunks", "ca_LockFeetWithIK", "ca_MemoryDefragEnabled", "ca_MemoryDefragPoolSize", "ca_MemoryUsageLog", "ca_MinInPlaceCAFStreamSize", "ca_MotionBlurMovementThreshold", "ca_NoAnim", "ca_ParametricPoolSize", "ca_physicsProcessImpact", "ca_PrecacheAnimationSets", "ca_PreloadAllCAFs", "ca_ReloadAllCHRPARAMS", "ca_ResetCulledJointsToBindPose", "ca_SampleQuatHemisphereFromCurrentPose", "ca_SaveAABB", "ca_SerializeSkeletonAnim", "ca_SnapToVGrid", "ca_StoreAnimNamesOnLoad", "ca_StreamCHR", "ca_StreamDBAInPlace", "ca_thread", "ca_thread0Affinity", "ca_thread1Affinity", "ca_UnloadAnimationCAF", "ca_UnloadAnimationDBA", "ca_useADIKTargets", "ca_UseAimIK", "ca_UseAssetDefinedLod", "ca_UseDecals", "ca_UseFacialAnimation", "ca_UseIMG_AIM", "ca_UseIMG_CAF", "ca_UseJointMasking", "ca_UseLookIK", "ca_UseMorph", "ca_UsePhysics", "ca_UseRecoil", "ca_UseScaling", "ca_vaBlendCullingDebug", "ca_vaBlendCullingThreshold", "ca_vaBlendEnable", "ca_vaBlendPostSkinning", "ca_vaEnable", "ca_Validate", "ca_vaProfile", "ca_vaScaleFactor", "ca_vaSkipVertexAnimationLOD", "ca_vaUpdateTangents", "ca_VClothMode", "capture_file_format", "capture_file_name", "capture_file_prefix", "capture_folder", "capture_frame_once", "capture_frames", "cl_AISystem", "cl_bandwidth", "cl_camera_noise", "cl_camera_noise_freq", "cl_comment", "cl_DefaultNearPlane", "cl_DisableHUDText", "cl_ETColorOverrideB", "cl_ETColorOverrideEnable", "cl_ETColorOverrideG", "cl_ETColorOverrideR", "cl_ETFontSizeMultiplier", "cl_ETHideAIDebug", "cl_ETHideAll", "cl_ETHideBehaviour", "cl_ETHideFlowgraph", "cl_ETHideReadability", "cl_ETHideScriptBind", "cl_ETLog", "cl_ETMaxDisplayDistance", "cl_nickname", "cl_packetRate", "cl_serveraddr", "cl_serverpassword", "cl_serverport", "cl_tokenid", "cl_useCurrentUserNameAsDefault", "cl_ViewApplyHmdOffset", "cl_ViewSystemDebug", "cl_voice_recording", "cl_voice_volume", "co_coopAnimDebug", "co_slideWhileStreaming", "co_usenewcoopanimsystem", "con_debug", "con_display_last_messages", "con_line_buffer_size", "con_restricted", "con_showonload", "connect_repeatedly_num_attempts", "connect_repeatedly_time_between_attempts", "cvDoVerboseWindowTitle", "d3d11_CBUpdateStats", "d3d11_debugBreakOnce", "d3d11_debugBreakOnMsgID", "d3d11_debugMuteMsgID", "d3d11_debugMuteSeverity", "d3d11_forcedFeatureLevel", "d3d11_preventDriverThreading", "demo_ai", "demo_file", "demo_finish_cmd", "demo_finish_memreplay_sizer", "demo_finish_memreplay_stop", "demo_fixed_timestep", "demo_game_state", "demo_max_frames", "demo_noinfo", "demo_num_orientations", "demo_num_runs", "demo_panoramic", "demo_profile", "demo_quit", "demo_restart_level", "demo_save_every_frame", "demo_savestats", "demo_screenshot_frame", "demo_scroll_pause", "demo_time_of_day", "demo_use_hmd_rotation", "demo_vtune", "dlc_directory", "doc_use_subfolder_for_crash_backup", "doc_validate_surface_types", "drs_dataPath", "drs_dialogAudio", "drs_dialogBinaryFileFormat", "drs_dialogEntityRtpcName", "drs_dialogGlobalRtpcName", "drs_dialogsDefaultMaxQueueTime", "drs_dialogsDefaultPauseAfterLines", "drs_dialogsDefaultTalkAnimation", "drs_dialogsLipsyncAnimationLayer", "drs_dialogsLipsyncTransitionTime", "drs_dialogsSamePriorityCancels", "drs_dialogSubtitles", "drs_fileFormat", "drs_loggingOptions", "ds_AutoReloadScripts", "ds_LevelNameOverride", "ds_LoadExcelScripts", "ds_LoadSoundsSync", "ds_LogLevel", "ds_PrecacheSounds", "ds_WarnOnMissingLoc", "e_3dEngineLogAlways", "e_3dEngineTempPoolSize", "e_AutoPrecacheCameraJumpDist", "e_AutoPrecacheCgf", "e_AutoPrecacheTerrainAndProcVeget", "e_AutoPrecacheTexturesAndShaders", "e_BBoxes", "e_Brushes", "e_BrushUseTerrainColor", "e_CacheNearestCubePicking", "e_CameraFreeze", "e_CameraGoto", "e_CameraRotationSpeed", "e_CGFMaxFileSize", "e_CharLodMin", "e_CheckOcclusion", "e_CheckOcclusionOutputQueueSize", "e_CheckOcclusionQueueSize", "e_CheckOctreeObjectsBoxSize", "e_Clouds", "e_CoverageBuffer", "e_CoverageBufferAABBExpand", "e_CoverageBufferBias", "e_CoverageBufferCullIndividualBrushesMaxNodeSize", "e_CoverageBufferDebug", "e_CoverageBufferDebugFreeze", "e_CoverageBufferDrawOccluders", "e_CoverageBufferEarlyOut", "e_CoverageBufferEarlyOutDelay", "e_CoverageBufferOccludersViewDistRatio", "e_CoverageBufferRastPolyLimit", "e_CoverageBufferReproj", "e_CoverageBufferShowOccluder", "e_CoverageBufferTerrain", "e_CoverageBufferTerrainExpand", "e_CoverCgfDebug", "e_CullVegActivation", "e_DebugDraw", "e_DebugDrawFilter", "e_DebugDrawListBBoxIndex", "e_DebugDrawListFilter", "e_DebugDrawListSize", "e_DebugDrawShowOnlyCompound", "e_DebugDrawShowOnlyLod", "e_DebugGeomPrep", "e_DebugLights", "e_Decals", "e_DecalsAllowGameDecals", "e_DecalsClip", "e_DecalsDeferredDynamic", "e_DecalsDeferredDynamicDepthScale", "e_DecalsDeferredDynamicMinSize", "e_DecalsDeferredStatic", "e_DecalsForceDeferred", "e_DecalsHitCache", "e_DecalsLifeTimeScale", "e_DecalsMaxTrisInObject", "e_DecalsMaxUpdatesPerFrame", "e_DecalsMaxValidFrames", "e_DecalsMerge", "e_DecalsNeighborMaxLifeTime", "e_DecalsOverlapping", "e_DecalsPlacementTestAreaSize", "e_DecalsPlacementTestMinDepth", "e_DecalsPreCreate", "e_DecalsRange", "e_DecalsSpawnDistRatio", "e_DefaultMaterial", "e_DeferredPhysicsEvents", "e_DeformableObjects", "e_DisplayMemoryUsageIcon", "e_DynamicDistanceShadows", "e_DynamicLights", "e_DynamicLightsConsistentSortOrder", "e_DynamicLightsForceDeferred", "e_DynamicLightsFrameIdVisTest", "e_DynamicLightsMaxCount", "e_DynamicLightsMaxEntityLights", "e_Entities", "e_EntitySuppressionLevel", "e_ExecuteRenderAsJobMask", "e_Fog", "e_FogVolumes", "e_FoliageBranchesDamping", "e_FoliageBranchesStiffness", "e_FoliageBranchesTimeout", "e_FoliageBrokenBranchesDamping", "e_FoliageStiffness", "e_FoliageWindActivationDist", "e_ForceDetailLevelForScreenRes", "e_GeomCacheBufferSize", "e_GeomCacheDebug", "e_GeomCacheDebugDrawMode", "e_GeomCacheDebugFilter", "e_GeomCacheDecodeAheadTime", "e_GeomCacheLerpBetweenFrames", "e_GeomCacheMaxBufferAheadTime", "e_GeomCacheMaxPlaybackFromMemorySize", "e_GeomCacheMinBufferAheadTime", "e_GeomCachePreferredDiskRequestSize", "e_GeomCaches", "e_GI", "e_GsmCastFromTerrain", "e_GsmDepthBoundsDebug", "e_GsmLodsNum", "e_GsmRange", "e_GsmRangeStep", "e_GsmStats", "e_HwOcclusionCullingWater", "e_JointStrengthScale", "e_levelStartupFrameDelay", "e_levelStartupFrameNum", "e_LightIlluminanceThreshold", "e_LightVolumes", "e_LightVolumesDebug", "e_LodCompMaxSize", "e_LodFaceArea", "e_LodFaceAreaTargetSize", "e_LodMax", "e_LodMin", "e_LodMinTtris", "e_LodRatio", "e_Lods", "e_LodsForceUse", "e_LodTransitionSpriteDistRatio", "e_LodTransitionSpriteMinDist", "e_LodTransitionTime", "e_MaxDrawCalls", "e_MaxViewDistance", "e_MaxViewDistFullDistCamHeight", "e_MaxViewDistSpecLerp", "e_MergedMeshes", "e_MergedMeshesActiveDist", "e_MergedMeshesBulletLifetime", "e_MergedMeshesBulletScale", "e_MergedMeshesBulletSpeedFactor", "e_MergedMeshesClusterVisualization", "e_MergedMeshesClusterVisualizationDimension", "e_MergedMeshesDebug", "e_MergedMeshesDeformViewDistMod", "e_MergedMeshesInstanceDist", "e_MergedMeshesLodRatio", "e_MergedMeshesMaxTriangles", "e_MergedMeshesOutdoorOnly", "e_MergedMeshesPool", "e_MergedMeshesPoolSpines", "e_MergedMeshesTesselationSupport", "e_MergedMeshesUseSpines", "e_MergedMeshesViewDistRatio", "e_MinMassDistanceCheckRenderMeshCollision", "e_ObjectLayersActivation", "e_ObjectLayersActivationPhysics", "e_Objects", "e_ObjectsTreeBBoxes", "e_ObjectsTreeLevelsDebug", "e_ObjectsTreeNodeMinSize", "e_ObjectsTreeNodeSizeRatio", "e_ObjFastRegister", "e_ObjQuality", "e_ObjShadowCastSpec", "e_ObjStats", "e_OcclusionCullingViewDistRatio", "e_OcclusionLazyHideFrames", "e_OcclusionVolumes", "e_OcclusionVolumesViewDistRatio", "e_OnDemandMaxSize", "e_OnDemandPhysics", "e_Particles", "e_ParticlesAllowRuntimeLoad", "e_ParticlesAnimBlend", "e_ParticlesAudio", "e_ParticlesConvertPfx1", "e_ParticlesCullAgainstOcclusionBuffer", "e_ParticlesCullAgainstViewFrustum", "e_ParticlesDebug", "e_ParticlesDumpMemoryAfterMapLoad", "e_ParticlesForceSeed", "e_ParticlesGI", "e_ParticleShadowsNumGSMs", "e_ParticlesIndexPoolSize", "e_ParticlesJobsPerThread", "e_ParticlesLights", "e_ParticlesLightsViewDistRatio", "e_ParticlesLod", "e_ParticlesMaxDrawScreen", "e_ParticlesMaxScreenFill", "e_ParticlesMinDrawAlpha", "e_ParticlesMinDrawPixels", "e_ParticlesMinPhysicsDynamicBounds", "e_ParticlesMotionBlur", "e_ParticlesObjectCollisions", "e_ParticlesPoolSize", "e_ParticlesPreload", "e_ParticlesProfile", "e_ParticlesProfiler", "e_ParticlesProfilerCountBudget", "e_ParticlesProfilerOutputFolder", "e_ParticlesProfilerOutputName", "e_ParticlesProfilerTimingBudget", "e_ParticlesQuality", "e_ParticlesSerializeNamedFields", "e_ParticlesShadows", "e_ParticlesSoftIntersect", "e_ParticlesSortQuality", "e_ParticlesThread", "e_ParticlesUseLevelSpecificLibs", "e_ParticlesVertexPoolSize", "e_PermanentRenderObjects", "e_PhysFoliage", "e_PhysMinCellSize", "e_PhysOceanCell", "e_PhysProxyTriLimit", "e_Portals", "e_PortalsBigEntitiesFix", "e_PortalsBlend", "e_PortalsMaxRecursion", "e_PrecacheLevel", "e_PreloadDecals", "e_PreloadMaterials", "e_PrepareDeformableObjectsAtLoadTime", "e_ProcVegetation", "e_ProcVegetationMaxCacheLevels", "e_ProcVegetationMaxChunksInCache", "e_ProcVegetationMaxObjectsInChunk", "e_ProcVegetationMaxSectorsInCache", "e_ProcVegetationMaxViewDistance", "e_Recursion", "e_RecursionViewDistRatio", "e_Render", "e_RenderMeshCollisionTolerance", "e_RenderMeshUpdateAsync", "e_RNTmpDataPoolMaxFrames", "e_Roads", "e_Ropes", "e_ScissorDebug", "e_ScreenShot", "e_ScreenShotDebug", "e_ScreenShotFileFormat", "e_ScreenShotHeight", "e_ScreenShotMapCamHeight", "e_ScreenShotMapCenterX", "e_ScreenShotMapCenterY", "e_ScreenShotMapOrientation", "e_ScreenShotMapSizeX", "e_ScreenShotMapSizeY", "e_ScreenShotMinSlices", "e_ScreenShotQuality", "e_ScreenShotWidth", "e_Shadows", "e_ShadowsAdaptScale", "e_ShadowsAutoBias", "e_ShadowsBlendCascades", "e_ShadowsBlendCascadesVal", "e_ShadowsCacheExtendLastCascade", "e_ShadowsCacheMaxNodesPerFrame", "e_ShadowsCacheObjectLod", "e_ShadowsCacheRenderCharacters", "e_ShadowsCacheUpdate", "e_ShadowsCascadesCentered", "e_ShadowsCascadesDebug", "e_ShadowsCastViewDistRatio", "e_ShadowsCastViewDistRatioLights", "e_ShadowsClouds", "e_ShadowsConstBias", "e_ShadowsConstBiasHQ", "e_ShadowsDebug", "e_ShadowsFrustums", "e_ShadowsLodBiasFixed", "e_ShadowsLodBiasInvis", "e_ShadowsMasksLimit", "e_ShadowsMaxTexRes", "e_ShadowsPerObject", "e_ShadowsPerObjectResolutionScale", "e_ShadowsPoolSize", "e_ShadowsResScale", "e_ShadowsSlopeBias", "e_ShadowsSlopeBiasHQ", "e_ShadowsTessellateCascades", "e_ShadowsTessellateDLights", "e_ShadowsUpdateViewDistRatio", "e_SkyBox", "e_SkyQuality", "e_SkyType", "e_SkyUpdateRate", "e_Sleep", "e_SQTestBegin", "e_SQTestCount", "e_SQTestDelay", "e_SQTestDistance", "e_SQTestExitOnFinish", "e_SQTestMip", "e_SQTestMoveSpeed", "e_SQTestTextureName", "e_StaticInstancing", "e_StaticInstancingMinInstNum", "e_StatObjBufferRenderTasks", "e_StatObjMerge", "e_StatObjMergeMaxTrisPerDrawCall", "e_StatObjPreload", "e_StatObjRenderFilter", "e_StatObjRenderFilterMode", "e_StatObjStoreMesh", "e_StatObjTessellationMode", "e_StatObjValidate", "e_StatoscopeAllowFpsOverride", "e_StatoscopeConnectTimeout", "e_StatoscopeCreateLogFilePerLevel", "e_StatoscopeDataGroups", "e_StatoscopeDumpAll", "e_StatoscopeEnabled", "e_StatoscopeFilenameUseBuildInfo", "e_StatoscopeFilenameUseDatagroups", "e_StatoscopeFilenameUseMap", "e_StatoscopeFilenameUseTag", "e_StatoscopeFilenameUseTime", "e_StatoscopeIvDataGroups", "e_StatoscopeLogDestination", "e_StatoscopeMaxNumFuncsPerFrame", "e_StatoscopeMinFuncLengthMs", "e_StatoscopeScreenCapWhenGPULimited", "e_StatoscopeScreenshotCapturePeriod", "e_StatoscopeWriteTimeout", "e_StreamAutoMipFactorMax", "e_StreamAutoMipFactorMaxDVD", "e_StreamAutoMipFactorMin", "e_StreamAutoMipFactorSpeedThreshold", "e_StreamCgf", "e_StreamCgfDebug", "e_StreamCgfDebugFilter", "e_StreamCgfDebugHeatMap", "e_StreamCgfDebugMinObjSize", "e_StreamCgfFastUpdateMaxDistance", "e_StreamCgfGridUpdateDistance", "e_StreamCgfMaxNewTasksPerUpdate", "e_StreamCgfMaxTasksInProgress", "e_StreamCgfPoolSize", "e_StreamCgfUpdatePerNodeDistance", "e_StreamCgfVisObjPriority", "e_StreamInstances", "e_StreamInstancesDistRatio", "e_StreamInstancesMaxTasks", "e_StreamPredictionAhead", "e_StreamPredictionAheadDebug", "e_StreamPredictionAlwaysIncludeOutside", "e_StreamPredictionBoxRadius", "e_StreamPredictionDistanceFar", "e_StreamPredictionDistanceNear", "e_StreamPredictionMaxVisAreaRecursion", "e_StreamPredictionMinFarZoneDistance", "e_StreamPredictionMinReportDistance", "e_StreamPredictionTexelDensity", "e_StreamPredictionUpdateTimeSlice", "e_StreamSaveStartupResultsIntoXML", "e_Sun", "e_SunAngleSnapDot", "e_SunAngleSnapSec", "e_svoDebug", "e_svoDispatchX", "e_svoDispatchY", "e_svoDVR", "e_svoDVR_DistRatio", "e_svoEnabled", "e_svoLoadTree", "e_svoMaxAreaMeshSizeKB", "e_svoMaxAreaSize", "e_svoMaxBricksOnCPU", "e_svoMaxBrickUpdates", "e_svoMaxNodeSize", "e_svoMaxStreamRequests", "e_svoMinNodeSize", "e_svoRender", "e_svoRootless", "e_svoStreamVoxels", "e_svoTI_Active", "e_svoTI_AnalyticalGI", "e_svoTI_AnalyticalOccluders", "e_svoTI_AnalyticalOccludersRange", "e_svoTI_AnalyticalOccludersSoftness", "e_svoTI_Apply", "e_svoTI_AsyncCompute", "e_svoTI_ConeMaxLength", "e_svoTI_ConstantAmbientDebug", "e_svoTI_Diffuse_Cache", "e_svoTI_Diffuse_Spr", "e_svoTI_DiffuseAmplifier", "e_svoTI_DiffuseBias", "e_svoTI_DiffuseConeWidth", "e_svoTI_DistantSsaoAmount", "e_svoTI_DualTracing", "e_svoTI_DynLights", "e_svoTI_EmissiveMultiplier", "e_svoTI_ForceGIForAllLights", "e_svoTI_GsmCascadeLod", "e_svoTI_HalfresKernelPrimary", "e_svoTI_HalfresKernelSecondary", "e_svoTI_HighGlossOcclusion", "e_svoTI_InjectionMultiplier", "e_svoTI_IntegrationMode", "e_svoTI_LowSpecMode", "e_svoTI_MaxSyncUpdateTime", "e_svoTI_MinReflectance", "e_svoTI_MinVoxelOpacity", "e_svoTI_NumberOfBounces", "e_svoTI_NumStreamingThreads", "e_svoTI_ObjectsLod", "e_svoTI_ObjectsMaxViewDistance", "e_svoTI_ObjectsMaxViewDistanceScale", "e_svoTI_PointLightsBias", "e_svoTI_PointLightsMaxDistance", "e_svoTI_PointLightsMultiplier", "e_svoTI_PortalsDeform", "e_svoTI_PortalsInject", "e_svoTI_PropagationBooster", "e_svoTI_Reflect_Vox_Max", "e_svoTI_Reflect_Vox_Max_Overhead", "e_svoTI_Reflect_Vox_MaxEdit", "e_svoTI_ResScaleAir", "e_svoTI_ResScaleBase", "e_svoTI_RsmConeMaxLength", "e_svoTI_RsmUseColors", "e_svoTI_RT_MaxDist", "e_svoTI_Saturation", "e_svoTI_ShadowsFromSun", "e_svoTI_ShadowsSoftness", "e_svoTI_SkipNonGILights", "e_svoTI_SkyColorMultiplier", "e_svoTI_SkyLightBottomMultiplier", "e_svoTI_Specular_FromDiff", "e_svoTI_Specular_Reproj", "e_svoTI_Specular_Sev", "e_svoTI_SpecularAmplifier", "e_svoTI_SSAOAmount", "e_svoTI_SSDepthTrace", "e_svoTI_SunRSMInject", "e_svoTI_TemporalFilteringBase", "e_svoTI_TraceVoxels", "e_svoTI_TranslucentBrightness", "e_svoTI_Troposphere_Active", "e_svoTI_Troposphere_Brightness", "e_svoTI_Troposphere_CloudGen_Freq", "e_svoTI_Troposphere_CloudGen_FreqStep", "e_svoTI_Troposphere_CloudGen_Height", "e_svoTI_Troposphere_CloudGen_Scale", "e_svoTI_Troposphere_CloudGenTurb_Freq", "e_svoTI_Troposphere_CloudGenTurb_Scale", "e_svoTI_Troposphere_Density", "e_svoTI_Troposphere_Ground_Height", "e_svoTI_Troposphere_Layer0_Dens", "e_svoTI_Troposphere_Layer0_Height", "e_svoTI_Troposphere_Layer0_Rand", "e_svoTI_Troposphere_Layer1_Dens", "e_svoTI_Troposphere_Layer1_Height", "e_svoTI_Troposphere_Layer1_Rand", "e_svoTI_Troposphere_Snow_Height", "e_svoTI_Troposphere_Subdivide", "e_svoTI_UpdateGeometry", "e_svoTI_UpdateLighting", "e_svoTI_UseLightProbes", "e_svoTI_UseTODSkyColor", "e_svoTI_VegetationMaxOpacity", "e_svoTI_VoxelizationLODRatio", "e_svoTI_VoxelizationMapBorder", "e_svoTI_VoxelizationPostpone", "e_svoTI_VoxelizeHiddenObjects", "e_svoTI_VoxelizeUnderTerrain", "e_svoTI_VoxelOpacityMultiplier", "e_svoVoxDistRatio", "e_svoVoxelPoolResolution", "e_svoVoxGenRes", "e_svoVoxNodeRatio", "e_Terrain", "e_TerrainAutoGenerateBaseTexture", "e_TerrainAutoGenerateBaseTextureTiling", "e_TerrainBBoxes", "e_TerrainDeformations", "e_TerrainDetailMaterials", "e_TerrainDetailMaterialsDebug", "e_TerrainDetailMaterialsViewDistXY", "e_TerrainDetailMaterialsViewDistZ", "e_TerrainDrawThisSectorOnly", "e_TerrainEditPostponeTexturesUpdate", "e_TerrainIntegrateObjectsMaxHeight", "e_TerrainIntegrateObjectsMaxVertices", "e_TerrainLodDistanceRatio", "e_TerrainLodErrorRatio", "e_TerrainMeshInstancingMinLod", "e_TerrainMeshInstancingShadowBias", "e_TerrainMeshInstancingShadowLodRatio", "e_TerrainOcclusionCulling", "e_TerrainOcclusionCullingDebug", "e_TerrainOcclusionCullingMaxDist", "e_TerrainOcclusionCullingMaxSteps", "e_TerrainOcclusionCullingPrecision", "e_TerrainOcclusionCullingPrecisionDistRatio", "e_TerrainOcclusionCullingStepSize", "e_TerrainOcclusionCullingStepSizeDelta", "e_TerrainTextureLodRatio", "e_TerrainTextureStreamingDebug", "e_TerrainTextureStreamingPoolItemsNum", "e_Tessellation", "e_TessellationMaxDistance", "e_TimeOfDay", "e_TimeOfDayDebug", "e_TimeOfDaySpeed", "e_UseConsoleMtl", "e_Vegetation", "e_VegetationBending", "e_VegetationBillboards", "e_VegetationBoneInfo", "e_VegetationMinSize", "e_VegetationSprites", "e_VegetationSpritesBatching", "e_VegetationSpritesDistanceCustomRatioMin", "e_VegetationSpritesDistanceRatio", "e_VegetationSpritesMinDistance", "e_VegetationSpritesScaleFactor", "e_VegetationUseTerrainColor", "e_VegetationUseTerrainColorDistance", "e_ViewDistCompMaxSize", "e_ViewDistMin", "e_ViewDistRatio", "e_ViewDistRatio3Planar", "e_ViewDistRatioCustom", "e_ViewDistRatioDetail", "e_ViewDistRatioLights", "e_ViewDistRatioModifierGameDecals", "e_ViewDistRatioPortals", "e_ViewDistRatioVegetation", "e_VolObjShadowStrength", "e_VolumetricFog", "e_WaterOcean", "e_WaterOceanBottom", "e_WaterOceanFFT", "e_WaterRipplesDebug", "e_WaterTessellationAmount", "e_WaterTessellationAmountX", "e_WaterTessellationAmountY", "e_WaterTessellationSwathWidth", "e_WaterVolumes", "e_WaterWaves", "e_WaterWavesTessellationAmount", "e_Wind", "e_WindAreas", "e_WindBendingAreaStrength", "e_WindBendingDistRatio", "e_WindBendingStrength", "ed_combineFileChanges", "ed_enableAssetPickers", "ed_generateThumbnails", "ed_indexfiles", "ed_keepEditorActive", "ed_killmemory_size", "ed_logFileChanges", "ed_PhysToolHitExplPress0", "ed_PhysToolHitExplPress1", "ed_PhysToolHitExplR", "ed_PhysToolHitProjMass", "ed_PhysToolHitProjVel0", "ed_PhysToolHitProjVel1", "ed_PhysToolHitVelMax", "ed_PhysToolHitVelMin", "ed_useDevManager", "es_bboxes", "es_DebrisLifetimeScale", "es_debugContainers", "es_debugDrawEntityIDs", "es_debugEntityLifetime", "es_DebugEntityUsage", "es_DebugEntityUsageFilter", "es_DebugEntityUsageSortMode", "es_DebugEvents", "es_DebugFindEntity", "es_DebugTimers", "es_DrawAreaDebug", "es_DrawAreaGrid", "es_DrawAreaGridCells", "es_DrawAreas", "es_enable_full_script_save", "es_EntityUpdatePosDelta", "es_FarPhysTimeout", "es_HitCharacters", "es_HitDeadBodies", "es_ImpulseScale", "es_LayerDebugInfo", "es_LayerSaveLoadSerialization", "es_log_collisions", "es_MaxImpulseAdjMass", "es_MaxJointFx", "es_MaxPhysDist", "es_MaxPhysDistCloth", "es_MaxPhysDistInvisible", "es_MinImpulseVel", "es_profileComponentUpdates", "es_removeEntity", "es_SaveLoadUseLUANoSaveFlag", "es_UpdateEntities", "es_UpdateScript", "es_UsePhysVisibilityChecks", "ExitOnQuit", "ffs_debug", "fg_abortOnLoadError", "fg_debugmodules", "fg_debugmodules_filter", "fg_iDebugNextStep", "fg_iEnableFlowgraphNodeDebugging", "fg_inspectorLog", "fg_noDebugText", "fg_profile", "fg_SystemEnable", "g_aimdebug", "g_allowDisconnectIfUpdateFails", "g_allowSaveLoadInEditor", "g_asynclevelload", "g_breakage_debug", "g_breakage_mem_limit", "g_breakage_particles_limit", "g_breakageFadeDelay", "g_breakageFadeTime", "g_breakagelog", "g_breakageMinAxisInertia", "g_breakageNoDebrisCollisions", "g_breakageTreeDec", "g_breakageTreeInc", "g_breakageTreeIncGlass", "g_breakageTreeMax", "g_breakImpulseScale", "g_breaktimeoutframes", "g_debug_stats", "g_debugAspectChanges", "g_debugAspectFilterClass", "g_debugAspectFilterEntity", "g_debugAspectTrap", "g_debugAspectTrapCount", "g_debugDialogBuffers", "g_debugHardwareMouse", "g_debugRMI", "g_debugSaveLoadMemory", "g_disableInputKeyFlowNodeInDevMode", "g_disableSequencePlayback", "g_disableWinKeys", "g_displayCheckpointName", "g_distanceForceNoIk", "g_distanceForceNoLegRaycasts", "g_enableitems", "g_enableloadingscreen", "g_EnableLoadSave", "g_enableMergedMeshRuntimeAreas", "g_forceFastUpdate", "g_gameplayAnalyst", "g_glassAutoShatter", "g_glassAutoShatterMinArea", "g_glassAutoShatterOnExplosions", "g_glassForceTimeout", "g_glassForceTimeoutSpread", "g_glassMaxPanesToBreakPerFrame", "g_glassNoDecals", "g_glassSystemEnable", "g_groundAlignAll", "g_groundeffectsdebug", "g_handleEvents", "g_hostMigrationServerDelay", "g_immersive", "g_joint_breaking", "g_landingBobLandTimeFactor", "g_landingBobTimeFactor", "g_language", "g_languageAudio", "g_localPacketRate", "g_manualFrameStepFrequency", "g_multiplayerEnableVehicles", "g_no_breaking_by_objects", "g_no_secondary_breaking", "g_playerInteractorRadius", "g_procedural_breaking", "g_saveLoadBasicEntityOptimization", "g_saveLoadExtendedLog", "g_saveLoadUseExportedEntityList", "g_showUpdateState", "g_spectatorCollisions", "g_statisticsMode", "g_syncClassRegistry", "g_tree_cut_reuse_dist", "g_userNeverAutoSignsIn", "g_useSinglePosition", "g_useXMLCPBinForSaveLoad", "g_visibilityTimeout", "g_visibilityTimeoutTime", "g_waterHitOnly", "g_XMLCPBAddExtraDebugInfoToXmlDebugFiles", "g_XMLCPBBlockQueueLimit", "g_XMLCPBGenerateXmlDebugFiles", "g_XMLCPBSizeReportThreshold", "g_XMLCPBUseExtraZLibCompression", "gfx_ampserver", "gfx_debugdraw", "gfx_draw", "gfx_enabled", "gfx_FlashReloadEnabled", "gfx_FlashReloadTime", "gfx_inputevents_triggerrepeat", "gfx_inputevents_triggerstart", "gfx_loadtimethread", "gfx_reloadonlanguagechange", "gfx_uiaction_enable", "gfx_uiaction_folder", "gfx_uiaction_log", "gfx_uiaction_log_filter", "gfx_uievents_editorenabled", "gpu_particle_physics", "gt_show", "gt_showFilter", "gt_showLines", "gt_showPosX", "gt_showPosY", "hmd_device", "hmd_info", "hmd_resolution_scale", "hmd_social_screen", "hmd_social_screen_keep_aspect", "hmd_tracking_origin", "http_password", "i_bufferedkeys", "i_debug", "i_debugDigitalButtons", "i_forcefeedback", "i_inventory_capacity", "i_itemSystemDebugMemStats", "i_kinectDebug", "i_kinectXboxConnect", "i_kinectXboxConnectIP", "i_kinectXboxConnectPort", "i_kinGlobalExpCorrectionFactor", "i_kinGlobalExpDeviationRadius", "i_kinGlobalExpJitterRadius", "i_kinGlobalExpPredictionFactor", "i_kinGlobalExpSmoothFactor", "i_kinSkeletonMovedDistance", "i_kinSkeletonSmoothType", "i_listActionMaps", "i_lying_item_limit_mp", "i_lying_item_limit_sp", "i_mouse_accel", "i_mouse_accel_max", "i_mouse_buffered", "i_mouse_inertia", "i_mouse_scroll_coordinate_origin", "i_mouse_sensitivity", "i_mouse_smooth", "i_precache", "i_seatedTracking", "i_useKinect", "i_xinput", "i_xinput_deadzone_handling", "i_xinput_poll_time", "log_EnableRemoteConsole", "log_IncludeTime", "log_Module", "log_SpamDelay", "log_tick", "log_Verbosity", "log_VerbosityOverridesWriteToFile", "log_WriteToFile", "log_WriteToFileVerbosity", "lua_CodeCoverage", "lua_debugger", "lua_stackonmalloc", "lua_StopOnError", "MemInfo", "MemStats", "MemStatsMaxDepth", "MemStatsThreshold", "mfx_Debug", "mfx_DebugFlowGraphFX", "mfx_DebugVisual", "mfx_DebugVisualFilter", "mfx_Enable", "mfx_EnableAttachedEffects", "mfx_EnableFGEffects", "mfx_ParticleImpactThresh", "mfx_pfx_maxDist", "mfx_pfx_maxScale", "mfx_pfx_minScale", "mfx_RaisedSoundImpactThresh", "mfx_SerializeFGEffects", "mfx_SoundImpactThresh", "mfx_Timeout", "mi_defaultMaterial", "mi_jointSize", "mi_lazyLodGeneration", "mn_allowEditableDatabasesInPureGame", "mn_LogToFile", "mn_override_preview_file", "mn_sequence_path", "mov_cameraPrecacheTime", "mov_debugSequences", "mov_NoCutscenes", "mov_overrideCam", "movie_physicalentity_animation_lerp", "movie_timeJumpTransitionTime", "net_availableBandwidthClient", "net_availableBandwidthServer", "net_backofftimeout", "net_breakage_sync_entities", "net_bw_aggressiveness", "net_channelstats", "net_connectivity_detection_interval", "net_debug_draw_scale", "net_debugChannelIndex", "net_debugEntityInfo", "net_debugEntityInfoClassName", "net_debugInfo", "net_debugVerboseLevel", "net_dedi_scheduler_client_base_port", "net_dedi_scheduler_server_port", "net_defaultBandwidthShares", "net_defaultPacketRate", "net_defaultPacketRateIdle", "net_disconnect_on_rmi_error", "net_enable_tfrc", "net_enable_voice_chat", "net_enable_watchdog_timer", "net_fragment_expiration_time", "net_highlatencythreshold", "net_highlatencytimelimit", "net_inactivitytimeout", "net_inactivitytimeoutDevmode", "net_keepalive_time", "net_lan_scanport_first", "net_lan_scanport_num", "net_lanbrowser", "net_lobbyUpdateFrequency", "net_log", "net_log_remote_methods", "net_max_fragmented_packets_per_source", "net_maxpacketsize", "net_meminfo", "net_minTCPFriendlyBitRate", "net_netMsgDispatcherDebug", "net_netMsgDispatcherLogging", "net_netMsgDispatcherWarnThreshold", "net_new_queue_behaviour", "net_numNetIDHighBitBits", "net_numNetIDLowBitBits", "net_numNetIDMediumBitBits", "net_packet_read_debug_output", "net_packetfragmentlossrate", "net_PacketLagMax", "net_PacketLagMin", "net_PacketLossRate", "net_phys_debug", "net_phys_lagsmooth", "net_phys_pingsmooth", "net_ping_time", "net_profile_budget_logging", "net_profile_budget_logname", "net_profile_deep_bandwidth_logging", "net_profile_deep_bandwidth_logname", "net_profile_enable", "net_profile_logging", "net_profile_logname", "net_profile_show_socket_measurements", "net_profile_untouched_delay", "net_profile_worst_num_channels", "net_receiveQueueSize", "net_remotetimeestimationwarning", "net_safetysleeps", "net_scheduler_debug", "net_scheduler_debug_mode", "net_scheduler_expiration_period", "net_sendQueueSize", "net_sim_loadprofiles", "net_SimUseProfile", "net_socketBoostTimeout", "net_socketMaxTimeout", "net_socketMaxTimeoutMultiplayer", "net_stats_login", "net_stats_pass", "osm_debug", "osm_enabled", "osm_fbMinScale", "osm_fbScaleDeltaDown", "osm_fbScaleDeltaUp", "osm_historyLength", "osm_stress", "osm_targetFPS", "osm_targetFPSTolerance", "p_accuracy_LCPCG", "p_accuracy_LCPCG_no_improvement", "p_accuracy_MC", "p_approx_caps_len", "p_break_on_awake_ent_id", "p_break_on_validation", "p_check_out_of_bounds", "p_collision_mode", "p_cull_distance", "p_damping_group_size", "p_debug_explosions", "p_debug_joints", "p_do_step", "p_draw_helpers", "p_draw_helpers_num", "p_draw_helpers_opacity", "p_enforce_contacts", "p_ent_grid_use_obb", "p_fixed_timestep", "p_fly_mode", "p_force_sync", "p_GEB_max_cells", "p_gravity_z", "p_group_damping", "p_joint_damage_accum", "p_joint_damage_accum_threshold", "p_joint_gravity_step", "p_jump_to_profile_ent", "p_lattice_max_iters", "p_limit_simple_solver_energy", "p_list_active_objects", "p_log_lattice_tension", "p_max_approx_caps", "p_max_bone_velocity", "p_max_contact_gap", "p_max_contact_gap_player", "p_max_contact_gap_simple", "p_max_contacts", "p_max_debris_mass", "p_max_entity_cells", "p_max_LCPCG_contacts", "p_max_LCPCG_fruitless_iters", "p_max_LCPCG_iters", "p_max_LCPCG_microiters", "p_max_LCPCG_microiters_final", "p_max_LCPCG_subiters", "p_max_LCPCG_subiters_final", "p_max_MC_iters", "p_max_MC_mass_ratio", "p_max_MC_vel", "p_max_object_splashes", "p_max_plane_contacts", "p_max_plane_contacts_distress", "p_max_player_velocity", "p_max_substeps", "p_max_substeps_large_group", "p_max_unproj_vel", "p_max_velocity", "p_max_world_step", "p_min_LCPCG_improvement", "p_min_MC_iters", "p_min_separation_speed", "p_net_debugDraw", "p_net_extrapmax", "p_net_interp", "p_net_sequencefrequency", "p_num_bodies_large_group", "p_num_startup_overload_checks", "p_num_threads", "p_penalty_scale", "p_physics_library", "p_players_can_break", "p_profile", "p_profile_entities", "p_profile_functions", "p_prohibit_unprojection", "p_proxy_highlight_range", "p_proxy_highlight_threshold", "p_ray_fadeout", "p_ray_peak_time", "p_rope_collider_size_limit", "p_single_step_mode", "p_skip_redundant_colldet", "p_splash_dist0", "p_splash_dist1", "p_splash_force0", "p_splash_force1", "p_splash_vel0", "p_splash_vel1", "p_tick_breakable", "p_time_granularity", "p_unproj_vel_scale", "p_use_distance_contacts", "p_use_unproj_vel", "p_wireframe_distance", "pp_LoadOnlineAttributes", "pp_RichSaveGames", "pp_RSFDebugWrite", "pp_RSFDebugWriteOnLoad", "profile", "profile_additionalsub", "profile_callstack", "profile_col", "profile_deep", "profile_disk", "profile_disk_budget", "profile_disk_max_draw_items", "profile_disk_max_items", "profile_disk_timeframe", "profile_disk_type_filter", "profile_filter", "profile_filter_thread", "profile_graph", "profile_graphScale", "profile_log", "profile_min_display_ms", "profile_network", "profile_pagefaults", "profile_peak", "profile_peak_display", "profile_row", "profile_sampler", "profile_sampler_max_samples", "profile_smooth", "profile_weighting", "profileStreaming", "q_Renderer", "q_ShaderFX", "q_ShaderGeneral", "q_ShaderGlass", "q_ShaderHDR", "q_ShaderIce", "q_ShaderMetal", "q_ShaderPostProcess", "q_ShaderShadow", "q_ShaderSky", "q_ShaderTerrain", "q_ShaderVegetation", "q_ShaderWater", "r_3MonHack", "r_3MonHackHUDFOVX", "r_3MonHackHUDFOVY", "r_3MonHackLeftCGFOffsetX", "r_3MonHackRightCGFOffsetX", "r_AllowLiveMoCap", "r_AntialiasingMode", "r_AntialiasingModeDebug", "r_AntialiasingModeEditor", "r_AntialiasingModeSCull", "r_AntialiasingTAAFalloffHiFreq", "r_AntialiasingTAAFalloffLowFreq", "r_AntialiasingTAAPattern", "r_AntialiasingTAASharpening", "r_AntialiasingTSAAMipBias", "r_AntialiasingTSAASmoothness", "r_AntialiasingTSAASubpixelDetection", "r_ArmourPulseSpeedMultiplier", "r_auxGeom", "r_Batching", "r_BatchType", "r_BreakOnError", "r_Brightness", "r_buffer_banksize", "r_buffer_enable_lockless_updates", "r_buffer_pool_defrag_dynamic", "r_buffer_pool_defrag_max_moves", "r_buffer_pool_defrag_static", "r_buffer_pool_max_allocs", "r_buffer_sli_workaround", "r_CBufferUseNativeDepth", "r_Character_NoDeform", "r_ChromaticAberration", "r_CloakFadeByDist", "r_CloakFadeLightScale", "r_CloakFadeMaxDistSq", "r_CloakFadeMinDistSq", "r_CloakFadeMinValue", "r_CloakHeatScale", "r_cloakHighlightStrength", "r_CloakInterferenceSparksAlpha", "r_CloakLightScale", "r_CloakMinAmbientIndoors", "r_CloakMinAmbientOutdoors", "r_CloakMinLightValue", "r_CloakRefractionFadeByDist", "r_CloakRefractionFadeMaxDistSq", "r_CloakRefractionFadeMinDistSq", "r_CloakRefractionFadeMinValue", "r_CloakRenderInThermalVision", "r_CloakSparksAlpha", "r_CloakTransitionLightScale", "r_ColorBits", "r_ColorGrading", "r_ColorGradingCharts", "r_ColorGradingChartsCache", "r_ColorGradingFilters", "r_ColorGradingLevels", "r_ColorGradingSelectiveColor", "r_ColorRangeCompression", "r_ComputeSkinning", "r_ComputeSkinningDebugDraw", "r_ComputeSkinningMorphs", "r_ComputeSkinningTangents", "r_ConditionalRendering", "r_constantbuffer_banksize", "r_constantbuffer_watermarm", "r_Contrast", "r_CustomResHeight", "r_CustomResMaxSize", "r_CustomResPreview", "r_CustomResWidth", "r_CustomVisions", "r_D3D12AsynchronousCompute", "r_D3D12BatchResourceBarriers", "r_D3D12EarlyResourceBarriers", "r_D3D12HardwareComputeQueue", "r_D3D12HardwareCopyQueue", "r_D3D12SubmissionThread", "r_D3D12WaitableSwapChain", "r_DebugFontRendering", "r_DebugGBuffer", "r_DebugLayerEffect", "r_DebugLights", "r_DebugLightVolumes", "r_DebugRefraction", "r_DebugRenderMode", "r_DeferredDecals", "r_deferredDecalsDebug", "r_DeferredShadingAmbient", "r_DeferredShadingAmbientLights", "r_DeferredShadingAreaLights", "r_DeferredShadingDBTstencil", "r_DeferredShadingDepthBoundsTest", "r_DeferredShadingEnvProbes", "r_DeferredShadingFilterGBuffer", "r_DeferredShadingLBuffersFmt", "r_DeferredShadingLightLodRatio", "r_DeferredShadingLights", "r_DeferredShadingLightStencilRatio", "r_DeferredShadingLightVolumes", "r_DeferredShadingScissor", "r_DeferredShadingSortLights", "r_DeferredShadingSSS", "r_DeferredShadingStencilPrepass", "r_DeferredShadingTiled", "r_DeferredShadingTiledDebug", "r_DeferredShadingTiledHairQuality", "r_DepthBits", "r_DepthOfField", "r_DepthOfFieldBokehQuality", "r_DepthOfFieldDilation", "r_DepthOfFieldMode", "r_DetailDistance", "r_DetailTextures", "r_DisplayInfo", "r_displayinfoTargetFPS", "r_dofMinZ", "r_dofMinZBlendMult", "r_dofMinZScale", "r_DrawNearFarPlane", "r_DrawNearFoV", "r_DrawNearShadows", "r_DrawNearZRange", "r_Driver", "r_durango_async_dips", "r_durango_async_dips_sync", "r_DynTexAtlasCloudsMaxSize", "r_DynTexAtlasDynTexSrcSize", "r_DynTexAtlasSpritesMaxSize", "r_DynTexAtlasVoxTerrainMaxSize", "r_DynTexMaxSize", "r_DynTexSourceSharedRTHeight", "r_DynTexSourceSharedRTWidth", "r_DynTexSourceUseSharedRT", "r_enable_full_gpu_sync", "r_enableAltTab", "r_enableAuxGeom", "r_EnableDebugLayer", "r_EnvCMResolution", "r_EnvTexResolution", "r_EnvTexUpdateInterval", "r_ExcludeMesh", "r_ExcludeShader", "r_FlareHqShafts", "r_Flares", "r_FlaresChromaShift", "r_FlaresEnableColorGrading", "r_FlaresIrisShaftMaxPolyNum", "r_FlaresTessellationRatio", "r_FlashMatTexResQuality", "r_FogDepthTest", "r_FogShadows", "r_FogShadowsMode", "r_FogShadowsWater", "r_Fullscreen", "r_FullscreenNativeRes", "r_FullscreenPreemption", "r_Gamma", "r_GeomCacheInstanceThreshold", "r_GeomInstancing", "r_GeomInstancingDebug", "r_GeomInstancingThreshold", "r_GetScreenShot", "r_GpuParticles", "r_GpuParticlesConstantRadiusBoundingBoxes", "r_GpuPhysicsFluidDynamicsDebug", "r_GrainEnableExposureThreshold", "r_GraphicsPipeline", "r_GraphicsPipelineMobile", "r_GraphicsPipelinePassScheduler", "r_GraphStyle", "r_HDRBloom", "r_HDRBloomQuality", "r_HDRDebug", "r_HDREyeAdaptationMode", "r_HDREyeAdaptationSpeed", "r_HDRGrainAmount", "r_HDRRangeAdapt", "r_HDRRangeAdaptationSpeed", "r_HDRRangeAdaptLBufferMax", "r_HDRRangeAdaptLBufferMaxRange", "r_HDRRangeAdaptMax", "r_HDRRangeAdaptMaxRange", "r_HDRRendering", "r_HDRTexFormat", "r_HDRVignetting", "r_Height", "r_HeightMapAO", "r_HeightMapAOAmount", "r_HeightMapAORange", "r_HeightMapAOResolution", "r_HideSunInCubemaps", "r_LightsSinglePass", "r_Log", "r_LogShaders", "r_LogTexStreaming", "r_LogVBuffers", "r_LogVidMem", "r_MaterialsBatching", "r_MaxSuitPulseSpeedMultiplier", "r_MeasureOverdrawScale", "r_MergeShadowDrawcalls", "r_MeshInstancePoolSize", "r_MeshPoolSize", "r_MeshPrecache", "r_minimizeLatency", "r_MotionBlur", "r_MotionBlurCameraMotionScale", "r_MotionBlurGBufferVelocity", "r_MotionBlurMaxViewDist", "r_MotionBlurQuality", "r_MotionBlurShutterSpeed", "r_MotionBlurThreshold", "r_MotionVectors", "r_MouseCursorTexture", "r_MultiGPU", "r_MultiThreaded", "r_MultiThreadedDrawing", "r_MultiThreadedDrawingMinJobSize", "r_NightVision", "r_NightVisionBrightLevel", "r_NightVisionCamMovNoiseAmount", "r_NightVisionCamMovNoiseBlendSpeed", "r_NightVisionFinalMul", "r_NightVisionSonarLifetime", "r_NightVisionSonarMultiplier", "r_NightVisionSonarRadius", "r_NoDraw", "r_NoDrawNear", "r_NoHWGamma", "r_NormalsLength", "r_overrideDXGIAdapter", "r_overrideRefreshRate", "r_overrideScanlineOrder", "r_OverscanBorderScaleX", "r_OverscanBorderScaleY", "r_OverscanBordersDrawDebugView", "r_ParticlesAmountGI", "r_ParticlesDebug", "r_ParticlesHalfRes", "r_ParticlesHalfResAmount", "r_ParticlesHalfResBlendMode", "r_ParticlesInstanceVertices", "r_ParticlesRefraction", "r_ParticlesSoftIsec", "r_ParticlesTessellation", "r_ParticlesTessellationTriSize", "r_ParticleVerticePoolSize", "r_PostProcessEffects", "r_PostProcessFilters", "r_PostProcessGameFx", "r_PostProcessHUD3D", "r_PostProcessHUD3DCache", "r_PostProcessHUD3DDebugView", "r_PostProcessHUD3DGlowAmount", "r_PostProcessHUD3DShadowAmount", "r_PostProcessHUD3DStencilClear", "r_PostProcessNanoGlassDebugView", "r_PostProcessParamsBlending", "r_PostprocessParamsBlendingTimeScale", "r_PostProcessReset", "r_PrintMemoryLeaks", "r_profiler", "r_profilerSmoothingWeight", "r_profilerTargetFPS", "r_Rain", "r_RainAmount", "r_RainDistMultiplier", "r_RainDropsEffect", "r_RainIgnoreNearest", "r_RainMaxViewDist", "r_RainMaxViewDist_Deferred", "r_RainOccluderSizeTreshold", "r_RC_AutoInvoke", "r_ReadZBufferDirectlyFromVMEM", "r_Reflections", "r_ReflectionsOffset", "r_ReflectionsQuality", "r_ReflectTextureSlots", "r_Refraction", "r_RefractionPartialResolves", "r_RefractionPartialResolvesDebug", "r_ReleaseAllResourcesOnExit", "r_ReloadShaders", "r_RenderMeshHashGridUnitSize", "r_RenderTargetPoolSize", "r_ReprojectOnlyStaticObjects", "r_ReverseDepth", "r_Scissor", "r_ShaderCompilerDontCache", "r_ShaderCompilerFolderName", "r_ShaderCompilerFolderSuffix", "r_ShaderCompilerPort", "r_ShaderCompilerServer", "r_ShaderEmailCCs", "r_ShaderEmailTags", "r_ShadersAllowCompilation", "r_ShadersAsyncActivation", "r_ShadersAsyncCompiling", "r_ShadersAsyncMaxThreads", "r_ShadersCacheDeterministic", "r_ShadersCacheInMemory", "r_ShadersCompileAutoActivate", "r_ShadersCompileCompatible", "r_ShadersCompileStrict", "r_ShadersDebug", "r_ShadersEditing", "r_ShadersExport", "r_ShadersIgnoreIncludesChanging", "r_ShadersImport", "r_ShadersLazyUnload", "r_ShadersLogCacheMisses", "r_ShadersPrecacheAllLights", "r_ShadersRemoteCompiler", "r_ShadersSubmitRequestline", "r_ShaderTarget", "r_ShadowBluriness", "r_ShadowCastingLightsMaxCount", "r_ShadowGen", "r_ShadowGenDepthClip", "r_ShadowGenMode", "r_ShadowJittering", "r_ShadowMaskStencilPrepass", "r_ShadowPass", "r_ShadowPoolMaxFrames", "r_ShadowPoolMaxTimeslicedUpdatesPerFrame", "r_ShadowsAdaptionMin", "r_ShadowsAdaptionRangeClamp", "r_ShadowsAdaptionSize", "r_ShadowsBias", "r_ShadowsCache", "r_ShadowsCacheFormat", "r_ShadowsCacheResolutions", "r_ShadowsDepthBoundNV", "r_ShadowsGridAligned", "r_ShadowsMaskDownScale", "r_ShadowsMaskResolution", "r_ShadowsNearestMapResolution", "r_ShadowsParticleAnimJitterAmount", "r_ShadowsParticleJitterAmount", "r_ShadowsParticleKernelSize", "r_ShadowsParticleNormalEffect", "r_ShadowsPCFiltering", "r_ShadowsScreenSpace", "r_ShadowsScreenSpaceLength", "r_ShadowsStencilPrePass", "r_ShadowsUseClipVolume", "r_ShadowTexFormat", "r_Sharpening", "r_ShowBufferUsage", "r_ShowDynTextures", "r_ShowDynTexturesFilter", "r_ShowDynTexturesMaxCount", "r_ShowLightBounds", "r_ShowLines", "r_ShowNormals", "r_ShowTangents", "r_ShowTexture", "r_ShowTimeGraph", "r_ShowVideoMemoryStats", "r_SilhouettePOM", "r_SkipAlphaTested", "r_Snow", "r_SnowDisplacement", "r_SnowFlakeClusters", "r_SnowHalfRes", "r_SonarVision", "r_ssdo", "r_ssdoAmountAmbient", "r_ssdoAmountDirect", "r_ssdoAmountReflection", "r_ssdoColorBleeding", "r_ssdoHalfRes", "r_ssdoRadius", "r_ssdoRadiusMax", "r_ssdoRadiusMin", "r_SSReflections", "r_SSReflHalfRes", "r_Stats", "r_statsMinDrawCalls", "r_StencilBits", "r_StereoDevice", "r_StereoEnableMgpu", "r_StereoEyeDist", "r_StereoFlipEyes", "r_StereoGammaAdjustment", "r_StereoHudScreenDist", "r_stereoMirrorProjection", "r_StereoMode", "r_StereoNearGeoScale", "r_StereoOutput", "r_stereoScaleCoefficient", "r_StereoScreenDist", "r_StereoStrength", "r_sunshafts", "r_Supersampling", "r_SupersamplingFilter", "r_SyncToFrameFence", "r_TessellationDebug", "r_TessellationTriangleSize", "r_TexAtlasSize", "r_TexBindMode", "r_TexelsPerMeter", "r_TexLog", "r_TexMaxAnisotropy", "r_TexMinAnisotropy", "r_TexNoAnisoAlphaTest", "r_TexNoLoad", "r_TexPostponeLoading", "r_TexPreallocateAtlases", "r_TextureCompiling", "r_TextureCompilingIndicator", "r_TextureCompressor", "r_TextureLodDistanceRatio", "r_TexturesStreaming", "r_TexturesStreamingDebug", "r_TexturesStreamingDebugDumpIntoLog", "r_TexturesStreamingDebugFilter", "r_TexturesStreamingDebugMinMip", "r_TexturesStreamingDebugMinSize", "r_texturesstreamingDeferred", "r_TexturesStreamingDisableNoStreamDuringLoad", "r_texturesstreamingJobUpdate", "r_TexturesStreamingMaxRequestedJobs", "r_TexturesStreamingMaxRequestedMB", "r_TexturesStreamingMinReadSizeKB", "r_texturesstreamingMinUsableMips", "r_TexturesStreamingMipBias", "r_TexturesStreamingMipClampDVD", "r_TexturesStreamingMipFading", "r_TexturesStreamingNoUpload", "r_TexturesStreamingOnlyVideo", "r_TexturesStreamingPostponeMips", "r_TexturesStreamingPostponeThresholdKB", "r_texturesstreamingPostponeThresholdMip", "r_TexturesStreamingPrecacheRounds", "r_texturesstreamingSkipMips", "r_TexturesStreamingSuppress", "r_TexturesStreamingUpdateType", "r_texturesstreampooldefragmentation", "r_texturesstreampooldefragmentationmaxamount", "r_texturesstreampooldefragmentationmaxmoves", "r_TexturesStreamPoolSecondarySize", "r_TexturesStreamPoolSize", "r_ThermalVision", "r_ThermalVisionViewCloakFlickerMaxIntensity", "r_ThermalVisionViewCloakFlickerMinIntensity", "r_ThermalVisionViewCloakFrequencyPrimary", "r_ThermalVisionViewCloakFrequencySecondary", "r_ThermalVisionViewDistance", "r_transient_pool_size", "r_TransparentPasses", "r_TranspDepthFixup", "r_Unlit", "r_UpdateInstances", "r_UseDisplacementFactor", "r_UseESRAM", "r_UseHWSkinning", "r_UseMaterialLayers", "r_UseMergedPosts", "r_UsePersistentRTForModelHUD", "r_UseShadowsPool", "r_UseZPass", "r_ValidateDraw", "r_VegetationSpritesDebug", "r_VegetationSpritesGenAlways", "r_VegetationSpritesMaxLightingUpdates", "r_VegetationSpritesNoGen", "r_VegetationSpritesTexRes", "r_VisAreaClipLightsPerPixel", "r_VolumetricClouds", "r_VolumetricCloudsPipeline", "r_VolumetricCloudsRaymarchStepNum", "r_VolumetricCloudsShadowResolution", "r_VolumetricCloudsStereoReprojection", "r_VolumetricCloudsTemporalReprojection", "r_VolumetricFogDownscaledSunShadow", "r_VolumetricFogDownscaledSunShadowRatio", "r_VolumetricFogMinimumLightBulbSize", "r_VolumetricFogReprojectionBlendFactor", "r_VolumetricFogReprojectionMode", "r_VolumetricFogSample", "r_VolumetricFogShadow", "r_VolumetricFogSunLightCorrection", "r_VolumetricFogTexDepth", "r_VolumetricFogTexScale", "r_VrProjectionPreset", "r_VrProjectionType", "r_VSync", "r_WaterCaustics", "r_WaterCausticsDeferred", "r_WaterCausticsDistance", "r_WaterGodRays", "r_WaterGodRaysDistortion", "r_WaterReflections", "r_WaterReflectionsMGPU", "r_WaterReflectionsMinVisiblePixelsUpdate", "r_WaterReflectionsMinVisUpdateDistanceMul", "r_WaterReflectionsMinVisUpdateFactorMul", "r_WaterReflectionsQuality", "r_WaterReflectionsUseMinOffset", "r_WaterTessellationHW", "r_WaterUpdateDistance", "r_WaterUpdateFactor", "r_WaterUpdateThread", "r_WaterVolumeCaustics", "r_WaterVolumeCausticsDensity", "r_WaterVolumeCausticsMaxDist", "r_WaterVolumeCausticsRes", "r_WaterVolumeCausticsSnapFactor", "r_Width", "r_WindowIconTexture", "r_WindowType", "r_wireframe", "r_ZFightingDepthScale", "r_ZFightingExtrude", "r_ZPassDepthSorting", "r_ZPassOnly", "r_ZPrepassMaxDist", "rc_debugVerboseLevel", "rcon_password", "s_AccumulateOcclusion", "s_AudioEventPoolSize", "s_AudioImplName", "s_AudioObjectPoolSize", "s_AudioObjectsRayType", "s_AudioStandaloneFilePoolSize", "s_DebugDistance", "s_DebugFilter", "s_DefaultStandaloneFilesAudioTrigger", "s_DrawAudioDebug", "s_FileCacheManagerDebugFilter", "s_FileCacheManagerSize", "s_FullObstructionMaxDistance", "s_HideInactiveAudioObjects", "s_IgnoreWindowFocus", "s_ListenerOcclusionPlaneSize", "s_LoggingOptions", "s_OcclusionHighDistance", "s_OcclusionMaxDistance", "s_OcclusionMaxSyncDistance", "s_OcclusionMediumDistance", "s_OcclusionMinDistance", "s_OcclusionRayLengthOffset", "s_PositionUpdateThresholdMultiplier", "s_SDLMixerStandaloneFileExtension", "s_VelocityTrackingThreshold", "sc_allowFlowGraphNodes", "sc_DiscardOnSave", "sc_DisplayCriticalErrors", "sc_EnableScriptPartitioning", "sc_EntityDebugConfig", "sc_EntityDebugFilter", "sc_EntityDebugTextPos", "sc_ExperimentalFeatures", "sc_FileFormat", "sc_FunctionTimeLimit", "sc_IgnorePAKFiles", "sc_IgnoreUnderscoredFolders", "sc_LogFileMessageTypes", "sc_LogFileStreams", "sc_LogToFile", "sc_MaxRecursionDepth", "sc_RelevanceGridCellSize", "sc_RelevanceGridDebugStatic", "sc_RootFolder", "sc_RunUnitTests", "sc_Update", "sc_UseNewGraphPipeline", "sensor_Debug", "sensor_DebugRange", "STAP_DEBUG", "STAP_DISABLE", "STAP_LOCK_EFFECTOR", "STAP_OVERRIDE_TRACK_FACTOR", "STAP_TRANSLATION_FEATHER", "STAP_TRANSLATION_FUDGE", "stats_FpsBuckets", "stats_PakFile", "stats_Particles", "stats_RenderBatchStats", "stats_RenderSummary", "stats_Warnings", "sv_AISystem", "sv_autoconfigurl", "sv_bandwidth", "sv_bind", "sv_DedicatedCPUPercent", "sv_DedicatedCPUVariance", "sv_DedicatedMaxRate", "sv_dumpstats", "sv_dumpstatsperiod", "sv_gamerules", "sv_gamerulesdefault", "sv_lanonly", "sv_levelrotation", "sv_LoadAllLayersForResList", "sv_map", "sv_maxmemoryusage", "sv_maxplayers", "sv_maxspectators", "sv_packetRate", "sv_password", "sv_port", "sv_ranked", "sv_requireinputdevice", "sv_servername", "sv_timeofdayenable", "sv_timeofdaylength", "sv_timeofdaystart", "sv_timeout_disconnect", "sys_AI", "sys_archive_host_xml_version", "sys_asserts", "sys_audio_disable", "sys_bp_enabled", "sys_bp_format", "sys_bp_frames", "sys_bp_frames_sample_period", "sys_bp_frames_sample_period_rnd", "sys_bp_frames_threshold", "sys_bp_frames_worker_thread", "sys_bp_level_load", "sys_bp_time_threshold", "sys_budget_frametime", "sys_budget_numdrawcalls", "sys_budget_numpolys", "sys_budget_soundchannels", "sys_budget_soundCPU", "sys_budget_soundmem", "sys_budget_streamingthroughput", "sys_budget_sysmem", "sys_budget_videomem", "sys_build_folder", "sys_crashrpt", "sys_crashrpt_appname", "sys_crashrpt_appversion", "sys_crashrpt_email", "sys_crashrpt_privacypolicy", "sys_crashrpt_server", "sys_DeactivateConsole", "sys_debugger_adjustments", "sys_deferAudioUpdateOptim", "sys_display_threads", "sys_dll_ai", "sys_dll_game", "sys_dll_response_system", "sys_dump_aux_threads", "sys_dump_type", "sys_enable_budgetmonitoring", "sys_enable_crash_handler", "sys_entities", "sys_error_debugbreak", "sys_filesystemCaseSensitivity", "sys_firstlaunch", "sys_flash", "sys_flash_address_space", "sys_flash_allow_reset_mesh_cache", "sys_flash_check_filemodtime", "sys_flash_curve_tess_error", "sys_flash_debugdraw", "sys_flash_debugdraw_depth", "sys_flash_debuglog", "sys_flash_edgeaa", "sys_flash_info", "sys_flash_info_histo_scale", "sys_flash_info_peak_exclude", "sys_flash_info_peak_tolerance", "sys_flash_log_options", "sys_flash_reset_mesh_cache", "sys_flash_static_pool_size", "sys_flash_stereo_maxparallax", "sys_flash_use_arenas", "sys_flash_video_soundvolume", "sys_flash_video_subaudiovolume", "sys_flash_warning_level", "sys_float_exceptions", "sys_force_installtohdd_mode", "sys_game_folder", "sys_game_name", "sys_highrestimer", "sys_ime", "sys_initpreloadpacks", "sys_intromoviesduringinit", "sys_job_system_enable", "sys_job_system_filter", "sys_job_system_max_worker", "sys_job_system_profiler", "sys_keyboard", "sys_keyboard_break", "sys_limit_phys_thread_count", "sys_livecreate", "sys_LoadFrontendShaderCache", "sys_localization_debug", "sys_localization_encode", "sys_localization_folder", "sys_LocalMemoryDiagramAlpha", "sys_LocalMemoryDiagramDistance", "sys_LocalMemoryDiagramRadius", "sys_LocalMemoryDiagramStreamingSpeedDistance", "sys_LocalMemoryDiagramStreamingSpeedRadius", "sys_LocalMemoryDiagramWidth", "sys_LocalMemoryDrawText", "sys_LocalMemoryGeometryLimit", "sys_LocalMemoryGeometryStreamingSpeedLimit", "sys_LocalMemoryInnerViewDistance", "sys_LocalMemoryLogText", "sys_LocalMemoryMaxMSecBetweenCalls", "sys_LocalMemoryObjectAlpha", "sys_LocalMemoryObjectHeight", "sys_LocalMemoryObjectWidth", "sys_LocalMemoryOptimalMSecPerSec", "sys_LocalMemoryOuterViewDistance", "sys_LocalMemoryStreamingSpeedObjectLength", "sys_LocalMemoryStreamingSpeedObjectWidth", "sys_LocalMemoryTextureLimit", "sys_LocalMemoryTextureStreamingSpeedLimit", "sys_LocalMemoryWarningRatio", "sys_log_asserts", "sys_logallocations", "sys_max_step", "sys_MaxFPS", "sys_maxTimeStepForMovieSystem", "sys_memory_debug", "sys_MemoryDeadListSize", "sys_menupreloadpacks", "sys_min_step", "sys_no_crash_dialog", "sys_noupdate", "sys_PakDisableNonLevelRelatedPaks", "sys_PakInMemorySizeLimit", "sys_PakLoadCache", "sys_PakLoadModePaks", "sys_PakLogAllFileAccess", "sys_PakLogInvalidFileAccess", "sys_PakLogMissingFiles", "sys_PakMessageInvalidFileAccess", "sys_PakPriority", "sys_PakReadSlice", "sys_PakSaveFastLoadResourceList", "sys_PakSaveLevelResourceList", "sys_PakSaveMenuCommonResourceList", "sys_PakSaveTotalResourceList", "sys_PakStreamCache", "sys_PakTotalInMemorySizeLimit", "sys_PakValidateFileHash", "sys_perfhud", "sys_perfhud_fpsBucketsExclusive", "sys_perfhud_pause", "sys_physics", "sys_physics_enable_MT", "sys_preload", "sys_ProfileLevelLoading", "sys_ProfileLevelLoadingDump", "sys_project", "sys_resource_cache_folder", "sys_root", "sys_scale3DMouseTranslation", "sys_Scale3DMouseYPR", "sys_SchematycPlugin", "sys_screensaver_allowed", "sys_simple_http_base_port", "sys_SimulateTask", "sys_spec", "sys_spec_full", "sys_spec_gameeffects", "sys_spec_light", "sys_spec_objectdetail", "sys_spec_particles", "sys_spec_physics", "sys_spec_postprocessing", "sys_spec_quality", "sys_spec_shading", "sys_spec_shadows", "sys_spec_sound", "sys_spec_texture", "sys_spec_textureresolution", "sys_spec_volumetriceffects", "sys_spec_water", "sys_splashscreen", "sys_SSInfo", "sys_streaming_debug", "sys_streaming_debug_filter", "sys_streaming_debug_filter_file_name", "sys_streaming_debug_filter_min_time", "sys_streaming_in_blocks", "sys_streaming_max_bandwidth", "sys_streaming_max_finalize_per_frame", "sys_streaming_memory_budget", "sys_streaming_requests_grouping_time_period", "sys_streaming_resetstats", "sys_streaming_use_optical_drive_thread", "sys_system_timer_resolution", "sys_target_platforms", "sys_trackview", "sys_UncachedStreamReads", "sys_update_profile_time", "sys_use_mono", "sys_usePlatformSavingAPI", "sys_usePlatformSavingAPIEncryption", "sys_user_folder", "sys_UserAnalyticsCollect", "sys_UserAnalyticsLogging", "sys_UserAnalyticsServerAddress", "sys_version", "sys_vr_support", "sys_vtune", "sys_warnings", "sys_WER", "t_Debug", "t_FixedStep", "t_MaxStep", "t_Scale", "t_Smoothing", "v_autoDisable", "v_clientPredict", "v_clientPredictAdditionalTime", "v_clientPredictMaxTime", "v_clientPredictSmoothing", "v_clientPredictSmoothingConst", "v_debug_flip_over", "v_debug_mem", "v_debug_reorient", "v_debugCollisionDamage", "v_debugdraw", "v_debugSuspensionIK", "v_debugVehicle", "v_debugViewAbove", "v_debugViewAboveH", "v_debugViewDetach", "v_disable_hull", "v_disableEntry", "v_draw_components", "v_draw_helpers", "v_draw_passengers", "v_draw_seats", "v_draw_tm", "v_driverControlledMountedGuns", "v_enableMannequin", "v_FlippedExplosionPlayerMinDistance", "v_FlippedExplosionRetryTimeMS", "v_FlippedExplosionTimeToExplode", "v_goliathMode", "v_independentMountedGuns", "v_lights", "v_lights_enable_always", "v_playerTransitions", "v_ragdollPassengers", "v_serverControlled", "v_set_passenger_tm", "v_show_all", "v_slipFrictionModFront", "v_slipFrictionModRear", "v_slipSlopeFront", "v_slipSlopeRear", "v_staticTreadDeform", "v_testClientPredict", "v_transitionAnimations", "v_vehicle_quality", "watchdog" ] }, "commands": { "$id": "/definitions/commands", "type": "string", "title": "Command name", "description": "Console command name", "default": "", "enum": [ "_TestFormatMessage", "ai_CheckGoalpipes", "ai_commTest", "ai_commTestStop", "ai_DebugAgent", "ai_debugMNMAgentType", "ai_MNMCalculateAccessibility", "ai_MNMComputeConnectedIslands", "ai_NavigationReloadConfig", "ai_Recorder_Start", "ai_Recorder_Stop", "ai_reload", "ai_resetCommStats", "ai_writeCommStats", "audit_cvars", "ban", "ban_remove", "ban_status", "Bind", "ca_DebugText", "ca_DefaultTransitionInterpolationType", "connect", "connect_repeatedly", "ConsoleHide", "ConsoleShow", "demo", "demo_StartDemoChain", "demo_StartDemoLevel", "disconnect", "disconnectchannel", "drs_sendSignal", "ds_Dump", "ds_DumpSessions", "ds_Reload", "dump_action_maps", "dump_maps", "dump_stats", "DumpCommandsVars", "DumpVars", "e_DebugDrawListCMD", "e_ParticleListEffects", "e_ParticleListEmitters", "e_ParticleMemory", "e_ReloadSurfaces", "e_StatoscopeAddUserMarker", "ed_disable_game_mode", "ed_GenerateBillboardTextures", "ed_goto", "ed_killmemory", "ed_randomize_variations", "eqp_DumpPacks", "es_compile_area_grid", "es_debugAnim", "es_dump_entities", "es_dump_entity_classes_in_use", "es_togglelayer", "exec", "ffs_PlayEffect", "ffs_Reload", "ffs_StopAllEffects", "fg_InspectAction", "fg_InspectEntity", "fg_Inspector", "fg_reloadClasses", "fg_writeDocumentation", "g_dump_stats", "g_dumpClassRegistry", "g_saveLoadDumpEntity", "gamedata_playback", "gamedata_record", "gamedata_stop_record_or_playback", "gfx_reload_all", "gt_AddToDebugList", "gt_RemoveFromDebugList", "hmd_recenter_pose", "http_startserver", "http_stopserver", "i_dropitem", "i_giveallitems", "i_giveammo", "i_givedebugitems", "i_giveitem", "i_listitems", "i_reloadActionMaps", "i_saveweaponposition", "kick", "kickid", "load", "LoadConfig", "LocalizationDumpLoadedInfo", "log_flush", "lua_debugger_show", "lua_dump_coverage", "lua_dump_state", "lua_garbagecollect", "lua_reload_script", "map", "memDumpAllocs", "memReplayAddSizerTree", "memReplayDumpSymbols", "memReplayInfo", "memReplayLabel", "memReplayPause", "memReplayResume", "memReplayStop", "memResetAllocs", "mfx_Reload", "mfx_ReloadFGEffects", "mn_DebugAI", "mn_listAssets", "mn_reload", "mono_reload", "mov_goToFrameEditor", "net_dump_object_state", "net_DumpMessageApproximations", "net_getChannelPerformanceMetrics", "net_netMsgDispatcherClearStats", "net_pb_cl_enable", "net_pb_sv_enable", "net_set_cdkey", "net_setChannelPerformanceMetrics", "open_url", "osm_setFBScale", "play", "py", "q_Quality", "r_ColorGradingChartImage", "r_DumpFontNames", "r_DumpFontTexture", "r_getposteffectparamf", "r_OptimiseShaders", "r_OverscanBorders", "r_PrecacheShaderList", "r_setposteffectparamf", "r_ShowRenderTarget", "r_StatsShaderList", "rcon_command", "rcon_connect", "rcon_disconnect", "rcon_startserver", "rcon_stopserver", "readabilityReload", "record", "RecordClip", "ReloadDialogData", "RunUnitTests", "s_ExecuteTrigger", "s_SetParameter", "s_SetSwitchState", "s_StopTrigger", "save", "save_genstrings", "SaveLevelStats", "sc_CriticalError", "sc_FatalError", "sc_rpcShow", "sc_SaveAllScriptFiles", "Screenshot", "sensor_SetOctreeBounds", "sensor_SetOctreeDepth", "status", "stopdemo", "stoprecording", "sys_crashrpt_generate", "sys_crashtest", "sys_crashtest_thread", "sys_dump_cvars", "sys_ignore_asserts_from_module", "sys_job_system_dump_job_list", "sys_LvlRes_finalstep", "sys_LvlRes_findunused", "sys_RestoreSpec", "sys_StroboscopeDumpResults", "sys_StroboscopeStart", "sys_StroboscopeStop", "sys_threads_dump_thread_config_list", "test_delegate", "test_playersBounds", "test_profile", "test_reset", "unload", "v_dump_classes", "v_exit_player", "v_reload_system", "version", "VisRegTest", "voice_mute", "wait_frames", "wait_seconds" ] } }, "id": "https://json.schemastore.org/cryproj.55.schema", "properties": { "console_variables": { "$id": "/properties/console_variables", "type": "array", "uniqueItems": true, "items": { "$id": "/properties/console_variables/items", "type": "object", "properties": { "name": { "$id": "/properties/console_variables/items/properties/name", "$ref": "#/definitions/cvars" }, "value": { "$id": "/properties/console_variables/items/properties/value", "type": "string", "title": "Value of the CVar", "description": "The default value of the CVar", "default": "pc,ps4,xboxone,linux" } }, "required": ["name", "value"] } }, "content": { "$id": "/properties/content", "type": "object", "properties": { "assets": { "$id": "/properties/content/properties/assets", "type": "array", "items": { "$id": "/properties/content/properties/assets/items", "type": "string", "title": "Assets folder", "description": "This indicates where the assets are stored", "default": "Assets", "examples": ["Assets"] } }, "code": { "$id": "/properties/content/properties/code", "type": "array", "items": { "$id": "/properties/content/properties/code/items", "type": "string", "title": "Code folder", "description": "This indicates where the code is stored", "default": "Code", "examples": ["Code"] } }, "libs": { "$id": "/properties/content/properties/libs", "type": "array", "items": { "$id": "/properties/content/properties/libs/items", "type": "object", "properties": { "name": { "$id": "/properties/content/properties/libs/items/properties/name", "type": "string", "title": "Lib's name", "default": "", "examples": ["Blank"] }, "shared": { "$id": "/properties/content/properties/libs/items/properties/shared", "type": "object", "properties": { "any": { "$id": "/properties/content/properties/libs/items/properties/shared/properties/any", "type": "string", "title": "Lib's name to import for all the supported platforms", "default": "", "examples": ["CryGameSDK"] }, "win_x64": { "$id": "/properties/content/properties/libs/items/properties/shared/properties/win_x64", "type": "string", "title": "Lib's name to import for the win_x64 platform", "default": "", "examples": ["bin/win_x64/Game.dll"] }, "win_x86": { "$id": "/properties/content/properties/libs/items/properties/shared/properties/win_x86", "type": "string", "title": "Lib's name to import for the win_x86 platform", "default": "", "examples": ["bin/win_x86/Game.dll"] } } } } } } }, "required": ["code"] }, "info": { "$id": "/properties/info", "type": "object", "properties": { "name": { "$id": "/properties/info/properties/name", "type": "string", "title": "Project name", "description": "This indicates the project name", "default": "", "examples": ["MyFancyProject"] }, "guid": { "$id": "/properties/info/properties/guid", "type": "string", "title": "Project GUID", "default": "", "pattern": "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" } }, "required": ["name"] }, "require": { "$id": "/properties/require", "type": "object", "properties": { "engine": { "$id": "/properties/require/properties/engine", "type": "string", "title": "Engine version", "description": "This indicates which engine version will be used", "default": "", "examples": ["engine-5.4"], "enum": ["engine-5.5"] }, "plugins": { "$id": "/properties/require/properties/plugins", "type": "array", "items": { "$id": "/properties/require/properties/plugins/items", "type": "object", "properties": { "path": { "$id": "/properties/require/properties/plugins/items/properties/path", "type": "string", "title": "Plugin name", "description": "Required plugin's name", "examples": [ "CryDefaultEntities", "CrySensorSystem", "CryPerceptionSystem", "CryUserAnalytics", "CryOSVR", "CryOculusVR", "CryOpenVR", "CryLobby" ] }, "type": { "$id": "/properties/require/properties/plugins/items/properties/type", "type": "string", "title": "Plugin type", "description": "EPluginType::Native if it's a C++ plugin, EPluginType::Managed if it's a C# one", "default": "", "examples": ["EPluginType::Native", "EPluginType::Managed"], "enum": ["EPluginType::Native", "EPluginType::Managed"] }, "platforms": { "$id": "/properties/plugins/items/properties/platforms", "type": "array", "items": { "$id": "/properties/plugins/items/properties/platforms/items", "type": "string", "title": "This plugin will be used only by these platforms", "default": "", "examples": ["PS4"], "enum": ["pc", "ps4", "xboxone", "linux"] } } }, "required": ["path", "type"] } } }, "required": ["engine"] }, "type": { "$id": "/properties/type", "type": "string", "title": "", "default": "", "examples": [""] }, "version": { "$id": "/properties/version", "type": "integer", "title": "Project version", "default": 1, "examples": [1] }, "console_commands": { "$id": "/properties/console_commands", "type": "array", "uniqueItems": true, "items": { "$id": "/properties/console_commands/items", "type": "object", "properties": { "name": { "$id": "/properties/console_commands/items/properties/name", "$ref": "#/definitions/commands" }, "value": { "$id": "/properties/console_commands/items/properties/value", "type": "string", "title": "Value of the command", "description": "Arguments that has to be passed to the command. Leave empty if it has not parameters", "default": "" } }, "required": ["name", "value"] } } }, "required": ["content", "info", "require", "version"], "title": "CryProj schema", "type": "object" }
cryproj
{ "$schema": "https://json-schema.org/draft/2019-09/schema#", "id": "compose_spec.json", "type": "object", "title": "Compose Specification", "description": "The Compose file is a YAML file defining a multi-containers based application.", "properties": { "version": { "type": "string", "description": "declared for backward compatibility, ignored." }, "name": { "type": "string", "pattern": "^[a-z0-9][a-z0-9_-]*$", "description": "define the Compose project name, until user defines one explicitly." }, "include": { "type": "array", "items": { "type": "object", "$ref": "#/definitions/include" }, "description": "compose sub-projects to be included." }, "services": { "id": "#/properties/services", "type": "object", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/service" } }, "additionalProperties": false }, "networks": { "id": "#/properties/networks", "type": "object", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/network" } } }, "volumes": { "id": "#/properties/volumes", "type": "object", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/volume" } }, "additionalProperties": false }, "secrets": { "id": "#/properties/secrets", "type": "object", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/secret" } }, "additionalProperties": false }, "configs": { "id": "#/properties/configs", "type": "object", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/config" } }, "additionalProperties": false } }, "patternProperties": {"^x-": {}}, "additionalProperties": false, "definitions": { "service": { "id": "#/definitions/service", "type": "object", "properties": { "deploy": {"$ref": "#/definitions/deployment"}, "annotations": {"$ref": "#/definitions/list_or_dict"}, "attach": {"type": "boolean"}, "build": { "oneOf": [ {"type": "string"}, { "type": "object", "properties": { "context": {"type": "string"}, "dockerfile": {"type": "string"}, "dockerfile_inline": {"type": "string"}, "args": {"$ref": "#/definitions/list_or_dict"}, "ssh": {"$ref": "#/definitions/list_or_dict"}, "labels": {"$ref": "#/definitions/list_or_dict"}, "cache_from": {"type": "array", "items": {"type": "string"}}, "cache_to": {"type": "array", "items": {"type": "string"}}, "no_cache": {"type": "boolean"}, "additional_contexts": {"$ref": "#/definitions/list_or_dict"}, "network": {"type": "string"}, "pull": {"type": "boolean"}, "target": {"type": "string"}, "shm_size": {"type": ["integer", "string"]}, "extra_hosts": {"$ref": "#/definitions/list_or_dict"}, "isolation": {"type": "string"}, "privileged": {"type": "boolean"}, "secrets": {"$ref": "#/definitions/service_config_or_secret"}, "tags": {"type": "array", "items": {"type": "string"}}, "platforms": {"type": "array", "items": {"type": "string"}} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } ] }, "blkio_config": { "type": "object", "properties": { "device_read_bps": { "type": "array", "items": {"$ref": "#/definitions/blkio_limit"} }, "device_read_iops": { "type": "array", "items": {"$ref": "#/definitions/blkio_limit"} }, "device_write_bps": { "type": "array", "items": {"$ref": "#/definitions/blkio_limit"} }, "device_write_iops": { "type": "array", "items": {"$ref": "#/definitions/blkio_limit"} }, "weight": {"type": "integer"}, "weight_device": { "type": "array", "items": {"$ref": "#/definitions/blkio_weight"} } }, "additionalProperties": false }, "cap_add": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "cap_drop": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "cgroup": {"type": "string", "enum": ["host", "private"]}, "cgroup_parent": {"type": "string"}, "command": {"$ref": "#/definitions/command"}, "configs": {"$ref": "#/definitions/service_config_or_secret"}, "container_name": {"type": "string"}, "cpu_count": {"type": "integer", "minimum": 0}, "cpu_percent": {"type": "integer", "minimum": 0, "maximum": 100}, "cpu_shares": {"type": ["number", "string"]}, "cpu_quota": {"type": ["number", "string"]}, "cpu_period": {"type": ["number", "string"]}, "cpu_rt_period": {"type": ["number", "string"]}, "cpu_rt_runtime": {"type": ["number", "string"]}, "cpus": {"type": ["number", "string"]}, "cpuset": {"type": "string"}, "credential_spec": { "type": "object", "properties": { "config": {"type": "string"}, "file": {"type": "string"}, "registry": {"type": "string"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "depends_on": { "oneOf": [ {"$ref": "#/definitions/list_of_strings"}, { "type": "object", "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9._-]+$": { "type": "object", "additionalProperties": false, "properties": { "restart": {"type": "boolean"}, "required": { "type": "boolean", "default": true }, "condition": { "type": "string", "enum": ["service_started", "service_healthy", "service_completed_successfully"] } }, "required": ["condition"] } } } ] }, "device_cgroup_rules": {"$ref": "#/definitions/list_of_strings"}, "devices": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "dns": {"$ref": "#/definitions/string_or_list"}, "dns_opt": {"type": "array","items": {"type": "string"}, "uniqueItems": true}, "dns_search": {"$ref": "#/definitions/string_or_list"}, "domainname": {"type": "string"}, "entrypoint": {"$ref": "#/definitions/command"}, "env_file": {"$ref": "#/definitions/string_or_list"}, "environment": {"$ref": "#/definitions/list_or_dict"}, "expose": { "type": "array", "items": { "type": ["string", "number"], "format": "expose" }, "uniqueItems": true }, "extends": { "oneOf": [ {"type": "string"}, { "type": "object", "properties": { "service": {"type": "string"}, "file": {"type": "string"} }, "required": ["service"], "additionalProperties": false } ] }, "external_links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "extra_hosts": {"$ref": "#/definitions/list_or_dict"}, "group_add": { "type": "array", "items": { "type": ["string", "number"] }, "uniqueItems": true }, "healthcheck": {"$ref": "#/definitions/healthcheck"}, "hostname": {"type": "string"}, "image": {"type": "string"}, "init": {"type": "boolean"}, "ipc": {"type": "string"}, "isolation": {"type": "string"}, "labels": {"$ref": "#/definitions/list_or_dict"}, "links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "logging": { "type": "object", "properties": { "driver": {"type": "string"}, "options": { "type": "object", "patternProperties": { "^.+$": {"type": ["string", "number", "null"]} } } }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "mac_address": {"type": "string"}, "mem_limit": {"type": ["number", "string"]}, "mem_reservation": {"type": ["string", "integer"]}, "mem_swappiness": {"type": "integer"}, "memswap_limit": {"type": ["number", "string"]}, "network_mode": {"type": "string"}, "networks": { "oneOf": [ {"$ref": "#/definitions/list_of_strings"}, { "type": "object", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "oneOf": [ { "type": "object", "properties": { "aliases": {"$ref": "#/definitions/list_of_strings"}, "ipv4_address": {"type": "string"}, "ipv6_address": {"type": "string"}, "link_local_ips": {"$ref": "#/definitions/list_of_strings"}, "priority": {"type": "number"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, {"type": "null"} ] } }, "additionalProperties": false } ] }, "oom_kill_disable": {"type": "boolean"}, "oom_score_adj": {"type": "integer", "minimum": -1000, "maximum": 1000}, "pid": {"type": ["string", "null"]}, "pids_limit": {"type": ["number", "string"]}, "platform": {"type": "string"}, "ports": { "type": "array", "items": { "oneOf": [ {"type": "number", "format": "ports"}, {"type": "string", "format": "ports"}, { "type": "object", "properties": { "mode": {"type": "string"}, "host_ip": {"type": "string"}, "target": {"type": "integer"}, "published": {"type": ["string", "integer"]}, "protocol": {"type": "string"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } ] }, "uniqueItems": true }, "privileged": {"type": "boolean"}, "profiles": {"$ref": "#/definitions/list_of_strings"}, "pull_policy": {"type": "string", "enum": [ "always", "never", "if_not_present", "build", "missing" ]}, "read_only": {"type": "boolean"}, "restart": {"type": "string"}, "runtime": { "type": "string" }, "scale": { "type": "integer" }, "security_opt": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "shm_size": {"type": ["number", "string"]}, "secrets": {"$ref": "#/definitions/service_config_or_secret"}, "sysctls": {"$ref": "#/definitions/list_or_dict"}, "stdin_open": {"type": "boolean"}, "stop_grace_period": {"type": "string", "format": "duration"}, "stop_signal": {"type": "string"}, "storage_opt": {"type": "object"}, "tmpfs": {"$ref": "#/definitions/string_or_list"}, "tty": {"type": "boolean"}, "ulimits": { "type": "object", "patternProperties": { "^[a-z]+$": { "oneOf": [ {"type": "integer"}, { "type": "object", "properties": { "hard": {"type": "integer"}, "soft": {"type": "integer"} }, "required": ["soft", "hard"], "additionalProperties": false, "patternProperties": {"^x-": {}} } ] } } }, "user": {"type": "string"}, "uts": {"type": "string"}, "userns_mode": {"type": "string"}, "volumes": { "type": "array", "items": { "oneOf": [ {"type": "string"}, { "type": "object", "required": ["type"], "properties": { "type": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}, "read_only": {"type": "boolean"}, "consistency": {"type": "string"}, "bind": { "type": "object", "properties": { "propagation": {"type": "string"}, "create_host_path": {"type": "boolean"}, "selinux": {"type": "string", "enum": ["z", "Z"]} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "volume": { "type": "object", "properties": { "nocopy": {"type": "boolean"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "tmpfs": { "type": "object", "properties": { "size": { "oneOf": [ {"type": "integer", "minimum": 0}, {"type": "string"} ] }, "mode": {"type": "number"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "additionalProperties": false, "patternProperties": {"^x-": {}} } ] }, "uniqueItems": true }, "volumes_from": { "type": "array", "items": {"type": "string"}, "uniqueItems": true }, "working_dir": {"type": "string"} }, "patternProperties": {"^x-": {}}, "additionalProperties": false }, "healthcheck": { "id": "#/definitions/healthcheck", "type": "object", "properties": { "disable": {"type": "boolean"}, "interval": {"type": "string", "format": "duration"}, "retries": {"type": "number"}, "test": { "oneOf": [ {"type": "string"}, {"type": "array", "items": {"type": "string"}} ] }, "timeout": {"type": "string", "format": "duration"}, "start_period": {"type": "string", "format": "duration"}, "start_interval": {"type": "string", "format": "duration"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "deployment": { "id": "#/definitions/deployment", "type": ["object", "null"], "properties": { "mode": {"type": "string"}, "endpoint_mode": {"type": "string"}, "replicas": {"type": "integer"}, "labels": {"$ref": "#/definitions/list_or_dict"}, "rollback_config": { "type": "object", "properties": { "parallelism": {"type": "integer"}, "delay": {"type": "string", "format": "duration"}, "failure_action": {"type": "string"}, "monitor": {"type": "string", "format": "duration"}, "max_failure_ratio": {"type": "number"}, "order": {"type": "string", "enum": [ "start-first", "stop-first" ]} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "update_config": { "type": "object", "properties": { "parallelism": {"type": "integer"}, "delay": {"type": "string", "format": "duration"}, "failure_action": {"type": "string"}, "monitor": {"type": "string", "format": "duration"}, "max_failure_ratio": {"type": "number"}, "order": {"type": "string", "enum": [ "start-first", "stop-first" ]} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "resources": { "type": "object", "properties": { "limits": { "type": "object", "properties": { "cpus": {"type": ["number", "string"]}, "memory": {"type": "string"}, "pids": {"type": "integer"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "reservations": { "type": "object", "properties": { "cpus": {"type": ["number", "string"]}, "memory": {"type": "string"}, "generic_resources": {"$ref": "#/definitions/generic_resources"}, "devices": {"$ref": "#/definitions/devices"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "restart_policy": { "type": "object", "properties": { "condition": {"type": "string"}, "delay": {"type": "string", "format": "duration"}, "max_attempts": {"type": "integer"}, "window": {"type": "string", "format": "duration"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "placement": { "type": "object", "properties": { "constraints": {"type": "array", "items": {"type": "string"}}, "preferences": { "type": "array", "items": { "type": "object", "properties": { "spread": {"type": "string"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "max_replicas_per_node": {"type": "integer"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "generic_resources": { "id": "#/definitions/generic_resources", "type": "array", "items": { "type": "object", "properties": { "discrete_resource_spec": { "type": "object", "properties": { "kind": {"type": "string"}, "value": {"type": "number"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "devices": { "id": "#/definitions/devices", "type": "array", "items": { "type": "object", "properties": { "capabilities": {"$ref": "#/definitions/list_of_strings"}, "count": {"type": ["string", "integer"]}, "device_ids": {"$ref": "#/definitions/list_of_strings"}, "driver":{"type": "string"}, "options":{"$ref": "#/definitions/list_or_dict"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "include": { "id": "#/definitions/include", "oneOf": [ {"type": "string"}, { "type": "object", "properties": { "path": {"$ref": "#/definitions/string_or_list"}, "env_file": {"$ref": "#/definitions/string_or_list"}, "project_directory": {"type": "string"} }, "additionalProperties": false } ] }, "network": { "id": "#/definitions/network", "type": ["object", "null"], "properties": { "name": {"type": "string"}, "driver": {"type": "string"}, "driver_opts": { "type": "object", "patternProperties": { "^.+$": {"type": ["string", "number"]} } }, "ipam": { "type": "object", "properties": { "driver": {"type": "string"}, "config": { "type": "array", "items": { "type": "object", "properties": { "subnet": {"type": "string", "format": "subnet_ip_address"}, "ip_range": {"type": "string"}, "gateway": {"type": "string"}, "aux_addresses": { "type": "object", "additionalProperties": false, "patternProperties": {"^.+$": {"type": "string"}} } }, "additionalProperties": false, "patternProperties": {"^x-": {}} } }, "options": { "type": "object", "additionalProperties": false, "patternProperties": {"^.+$": {"type": "string"}} } }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "external": { "type": ["boolean", "object"], "properties": { "name": { "deprecated": true, "type": "string" } }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "internal": {"type": "boolean"}, "enable_ipv6": {"type": "boolean"}, "attachable": {"type": "boolean"}, "labels": {"$ref": "#/definitions/list_or_dict"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "volume": { "id": "#/definitions/volume", "type": ["object", "null"], "properties": { "name": {"type": "string"}, "driver": {"type": "string"}, "driver_opts": { "type": "object", "patternProperties": { "^.+$": {"type": ["string", "number"]} } }, "external": { "type": ["boolean", "object"], "properties": { "name": { "deprecated": true, "type": "string" } }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "labels": {"$ref": "#/definitions/list_or_dict"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "secret": { "id": "#/definitions/secret", "type": "object", "properties": { "name": {"type": "string"}, "environment": {"type": "string"}, "file": {"type": "string"}, "external": { "type": ["boolean", "object"], "properties": { "name": {"type": "string"} } }, "labels": {"$ref": "#/definitions/list_or_dict"}, "driver": {"type": "string"}, "driver_opts": { "type": "object", "patternProperties": { "^.+$": {"type": ["string", "number"]} } }, "template_driver": {"type": "string"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "config": { "id": "#/definitions/config", "type": "object", "properties": { "name": {"type": "string"}, "file": {"type": "string"}, "external": { "type": ["boolean", "object"], "properties": { "name": { "deprecated": true, "type": "string" } } }, "labels": {"$ref": "#/definitions/list_or_dict"}, "template_driver": {"type": "string"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} }, "command": { "oneOf": [ {"type": "null"}, {"type": "string"}, {"type": "array","items": {"type": "string"}} ] }, "string_or_list": { "oneOf": [ {"type": "string"}, {"$ref": "#/definitions/list_of_strings"} ] }, "list_of_strings": { "type": "array", "items": {"type": "string"}, "uniqueItems": true }, "list_or_dict": { "oneOf": [ { "type": "object", "patternProperties": { ".+": { "type": ["string", "number", "boolean", "null"] } }, "additionalProperties": false }, {"type": "array", "items": {"type": "string"}, "uniqueItems": true} ] }, "blkio_limit": { "type": "object", "properties": { "path": {"type": "string"}, "rate": {"type": ["integer", "string"]} }, "additionalProperties": false }, "blkio_weight": { "type": "object", "properties": { "path": {"type": "string"}, "weight": {"type": "integer"} }, "additionalProperties": false }, "service_config_or_secret": { "type": "array", "items": { "oneOf": [ {"type": "string"}, { "type": "object", "properties": { "source": {"type": "string"}, "target": {"type": "string"}, "uid": {"type": "string"}, "gid": {"type": "string"}, "mode": {"type": "number"} }, "additionalProperties": false, "patternProperties": {"^x-": {}} } ] } }, "constraints": { "service": { "id": "#/definitions/constraints/service", "anyOf": [ {"required": ["build"]}, {"required": ["image"]} ], "properties": { "build": { "required": ["context"] } } } } } }
compose-spec
{ "title": "Schema for JSON-Lang", "id": "http://json-lang.org/latest/schema.json#", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "encoding": { "type": "string" }, "comments": { "type": "array", "items": { "$ref": "#/definitions/Comment" } }, "authors": { "type": "array", "items": { "$ref": "#/definitions/Author" } }, "variables": { "type": "object", "patternProperties": { "^(/[^/]+)+$": { "$ref": "#/definitions/Variable" } } }, "strings": { "type": "object", "patternProperties": { "^(/[^/]+)+$": { "$ref": "#/definitions/String" } } }, "points": { "type": "object", "patternProperties": { "^(/[^/]+)+$": { "$ref": "#/definitions/Point" } } } }, "required": [ "strings", "points" ], "definitions": { "Comment": { "id": "Comment", "type": "object", "properties": { "text": { "type": "string" }, "author": { "anyOf": [ { "$ref": "#/definitions/Author" }, { "$ref": "#/definitions/AuthorPath" } ] }, "time": { "type": "string", "format": "date-time" } }, "required": [ "text" ] }, "AuthorPath": { "id": "AuthorPath", "type": "object", "properties": { "$ref": { "type": "object", "properties": { "$ref": { "type": "string", "format": "uri" } } } } }, "Author": { "id": "Author", "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string" }, "last_modification": { "type": "string", "format": "date-time" } }, "required": [ "name" ] }, "Variable": { "id": "Variable", "type": "object", "patternProperties": { "^(/[^/]+)+$": { "type": "string" } } }, "Context": { "id": "Context", "anyOf": [ { "$ref": "#/definitions/Translation" }, { "description": "String object reference. JSON-Lang parser MUST automatically take the related language translation of this String object. If this Context is in tr-TR `language`, then the parser must retrieve tr-TR Translation of the String.", "type": "object", "properties": { "$ref": { "type": "string", "format": "uri" } } } ] }, "Translation": { "id": "Translation", "type": "object", "properties": { "language": { "type": "string" }, "text": { "type": "string" }, "alternatives": { "description": "This is mostly for editing and archiving purposes. You can keep a track of previous translations under this property.", "type": "array", "items": { "$ref": "#/definitions/Translation" } }, "author": { "anyOf": [ { "$ref": "#/definitions/Author" }, { "$ref": "#/definitions/AuthorPath" } ] }, "contexts": { "description": "A `Context` is a variation of this string in a different form, such as plural, gendered, (in)definite. Its keys accept `Translation` objects.", "type": "object", "patternProperties": { "^(/[^/]+)+$": { "$ref": "#/definitions/Context" } } }, "time": { "type": "string", "format": "date-time" }, "comments": { "type": "array", "items": { "$ref": "#/definitions/Comment" } }, "status": { "description": "Status values are taken from XLIFF specification.", "type": "string", "enum": [ "initial", "translated", "reviewed", "final" ] } }, "required": [ "language", "text" ] }, "String": { "id": "String", "type": "object", "properties": { "translations": { "type": "array", "items": { "$ref": "#/definitions/Translation" } }, "variables": { "description": "Variables are the dynamic values that you can use in your Strings. They should be replaced by JSON-Lang parsers with the values you provide dynamically. Variables have two scopes: String, global. When you specify a variable inside a `String` object, that variable can override a global variable if available and if not, that variable will only be searched for that String. However, global variables will be searched and replaced by your JSON-Lang parser in all of your Strings.", "type": "object", "properties": { "variable": { "$ref": "#/definitions/Variable" } } }, "comments": { "type": "array", "items": { "$ref": "#/definitions/Comment" } }, "author": { "type": "object", "items": { "$ref": "#/definitions/Author" } } }, "required": [ "translations" ] }, "PathPoint": { "id": "PathPoint", "type": "object", "properties": { "$ref": { "type": "string", "format": "uri" } } }, "ArrayPoint": { "id": "ArrayPoint", "type": "array", "items": { "$ref": "#/definitions/String" } }, "SubPoint": { "id": "SubPoint", "type": "object", "patternProperties": { "^(/[^/]+)+$": { "$ref": "#/definitions/Point" } } }, "Point": { "description": "Points are public keys for your Strings. They are basically locations in your real applications and are related to `Strings` or have `String` objects. The purpose of this structure is to eliminate duplicate Strings and instead use the same String in multiple locations but under different names. The possible values are 1) a JSONPath string, 2) String object, 3) another Point object which allows you to have nested public keys.", "id": "Point", "anyOf": [ { "$ref": "#/definitions/PathPoint" }, { "$ref": "#/definitions/ArrayPoint" }, { "type": "object", "patternProperties": { "^(/[^/]+)+$": { "$ref": "#/definitions/Point" } } } ] } } }
o7573
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { "description": "The price of the item", "type": "number" }, "quantity": { "description": "The quantity of the item", "type": "integer" } }, "required": [ "name", "quantity", "price" ], "type": "object" }, "type": "array" }, "tax_rate": { "description": "The tax rate to be applied", "type": "number" } }, "required": [ "customer_name", "items", "tax_rate" ], "type": "object" }
generate_invoice_33c7e799
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "KVM manifest", "type": "object", "properties": { "bootstrapper": { "type": "object", "properties": { "virtio": { "type": "array", "items": { "type": "string" }, "minItems": 1 } } }, "system": { "type": "object", "properties": { "bootloader": { "type": "string", "enum": [ "grub", "extlinux" ] } } }, "volume": { "type": "object", "properties": { "backing": { "type": "string", "enum": [ "raw" ] }, "partitions": { "type": "object", "properties": { "type": { "enum": [ "none", "msdos", "gpt" ] } } } }, "required": [ "backing" ] } } }
o27362
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string" }, "created": {}, "modified": {}, "type": { "type": "string" }, "mimetype": { "type": "string" }, "size": { "type": "integer" }, "hash": { "type": "string" }, "modality": { "type": "string" }, "measurements": { "items": { "type": "string" }, "type": "array", "_uniqueItems": true }, "tags": { "items": { "type": "string" }, "type": "array", "_uniqueItems": true }, "info": { "type": "object" } }, "required": [ "name", "created", "modified", "size", "hash" ], "key_fields": [ "name" ], "additionalProperties": false }
o74246
{ "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "properties": { "audience": { "description": "Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", "type": [ "string", "null" ] }, "expirationSeconds": { "description": "ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", "format": "int64", "type": [ "integer", "null" ] }, "path": { "description": "Path is the path relative to the mount point of the file to project the token into.", "type": [ "string", "null" ] } }, "required": [ "path" ], "type": "object" }
kb_977_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "description": { "type": "string", "maxLength": 32767 }, "planId": { "type": "string", "maxLength": 1024 }, "billingEmail": { "type": "string", "format": "email", "maxLength": 1024 }, "cardToken": { "type": "string", "maxLength": 1024 }, "iconColor": { "type": "string", "maxLength": 64 }, "whitelistedEmailDomains": { "type": "array", "maxItems": 25, "items": { "type": "string", "maxLength": 1024, "minLength": 3 } } }, "additionalProperties": false }
o9944
{ "definitions": { "b": { "additionalProperties": false, "properties": { "a1": { "type": "string" }, "a2": { "type": "integer" } }, "required": [ "a1" ], "type": "object" }, "c": { "additionalProperties": { "type": "integer" }, "type": "object" } }, "description": "Test schema responses", "title": "test3-model-schema", "properties": { "b": { "$ref": "#/definitions/b" }, "c": { "$ref": "#/definitions/c" } }, "required": [ "b", "c" ] }
o89823
{ "properties": { "appflowlog": { "enum": [ "ENABLED", "DISABLED" ], "readonly": true, "type": "string" }, "boundtd": { "readonly": true, "type": "integer" }, "cacheable": { "enum": [ "YES", "NO" ], "readonly": true, "type": "string" }, "cip": { "enum": [ "ENABLED", "DISABLED" ], "readonly": true, "type": "string" }, "cipheader": { "readonly": true, "type": "string" }, "cka": { "enum": [ "YES", "NO" ], "readonly": true, "type": "string" }, "clttimeout": { "readonly": true, "type": "integer" }, "cmp": { "enum": [ "YES", "NO" ], "readonly": true, "type": "string" }, "customserverid": { "readonly": true, "type": "string" }, "downstateflush": { "enum": [ "ENABLED", "DISABLED" ], "readonly": true, "type": "string" }, "dup_port": { "readonly": true, "type": "integer" }, "dup_svctype": { "enum": [ "HTTP", "FTP", "TCP", "UDP", "SSL", "SSL_BRIDGE", "SSL_TCP", "DTLS", "NNTP", "RPCSVR", "DNS", "ADNS", "SNMP", "RTSP", "DHCPRA", "ANY", "SIP_UDP", "SIP_TCP", "SIP_SSL", "DNS_TCP", "ADNS_TCP", "MYSQL", "MSSQL", "ORACLE", "RADIUS", "RADIUSListener", "RDP", "DIAMETER", "SSL_DIAMETER", "TFTP", "SMPP", "PPTP", "GRE", "SYSLOGTCP", "SYSLOGUDP", "FIX", "SSL_FIX", "USER_TCP", "USER_SSL_TCP", "QUIC", "IPFIX", "LOGSTREAM" ], "readonly": true, "type": "string" }, "maxbandwidth": { "readonly": true, "type": "integer" }, "maxclient": { "readonly": true, "type": "integer" }, "maxreq": { "readonly": true, "type": "integer" }, "monthreshold": { "readonly": true, "type": "integer" }, "name": { "type": "string" }, "port": { "readonly": true, "type": "integer" }, "sc": { "enum": [ "ON", "OFF" ], "readonly": true, "type": "string" }, "servicegroupentname2": { "readonly": true, "type": "string" }, "servicegroupname": { "type": "string" }, "serviceipaddress": { "readonly": true, "type": "string" }, "serviceipstr": { "readonly": true, "type": "string" }, "sp": { "enum": [ "ON", "OFF" ], "readonly": true, "type": "string" }, "svcitmactsvcs": { "readonly": true, "type": "integer" }, "svcitmboundsvcs": { "readonly": true, "type": "integer" }, "svcitmpriority": { "readonly": true, "type": "integer" }, "svctype": { "enum": [ "HTTP", "FTP", "TCP", "UDP", "SSL", "SSL_BRIDGE", "SSL_TCP", "DTLS", "NNTP", "RPCSVR", "DNS", "ADNS", "SNMP", "RTSP", "DHCPRA", "ANY", "SIP_UDP", "SIP_TCP", "SIP_SSL", "DNS_TCP", "ADNS_TCP", "MYSQL", "MSSQL", "ORACLE", "RADIUS", "RADIUSListener", "RDP", "DIAMETER", "SSL_DIAMETER", "TFTP", "SMPP", "PPTP", "GRE", "SYSLOGTCP", "SYSLOGUDP", "FIX", "SSL_FIX", "USER_TCP", "USER_SSL_TCP", "QUIC", "IPFIX", "LOGSTREAM" ], "readonly": true, "type": "string" }, "svrcfgflags": { "readonly": true, "type": "integer" }, "svrstate": { "enum": [ "UP", "DOWN", "UNKNOWN", "BUSY", "OUT OF SERVICE", "GOING OUT OF SERVICE", "DOWN WHEN GOING OUT OF SERVICE", "NS_EMPTY_STR", "Unknown", "DISABLED" ], "readonly": true, "type": "string" }, "svrtimeout": { "readonly": true, "type": "integer" }, "tcpb": { "enum": [ "YES", "NO" ], "readonly": true, "type": "string" }, "usip": { "enum": [ "YES", "NO" ], "readonly": true, "type": "string" }, "weight": { "readonly": true, "type": "integer" } }, "title": "server_servicegroup_binding", "type": "object" }
o30221
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "required": [ "description", "schema", "tests" ], "properties": { "description": { "type": "string" }, "schema": {}, "tests": { "type": "array", "items": { "type": "object", "required": [ "description", "data", "valid" ], "properties": { "description": { "type": "string" }, "data": {}, "valid": { "type": "boolean" } }, "additionalProperties": false }, "minItems": 1 } }, "additionalProperties": false, "minItems": 1 } }
o74410
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "pushover": { "enabled": { "type": "boolean", "description": "Whether pushover notifications are enabled or not.", "default": false }, "appToken": { "type": "string", "description": "The token of your Pushover application." }, "deliveryToken": { "type": "string", "description": "The token of either the Pushover group or individual user that notifications should be sent to." }, "priority": { "type": "integer", "description": "Affects how the receipient of the notification sees it. See https://pushover.net/api#priority", "default": 2, "minimum": -2, "maximum": 2 }, "retry": { "type": "integer", "description": "How often to re-display the notification until the user acknowledges it. Only applies when `priority` is `2`. See https://pushover.net/api#priority", "default": 30, "minimum": 30 }, "expire": { "type": "integer", "description": "How long to conintue re-displaying a notification before giving up. Only applies when `priority` is `2`. See https://pushover.net/api#priority", "default": 3600, "minimum": 60, "maximum": 86400 }, "requred": [ "appToken", "deliveryToken" ] }, "slack": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Whether Slack notifications are enabled or not.", "default": false }, "user": { "type": "string", "description": "The username the alert should come from, for example 'NodeCG Alerts'." }, "destination": { "type": "string", "description": "Who should the message go to, can be a #channel or a @user." }, "url": { "type": "string", "description": "The Webhook URL provided by Slack." } }, "required": [ "user", "destination", "url" ] } }, "required": [ "pushover", "slack" ] }
o14742
{ "properties": { "name": { "$default": { "$source": "argv", "index": 0 }, "description": "Presentation name", "type": "string" }, "project": { "$default": { "$source": "project" }, "description": "Presentation name", "type": "string" } }, "required": [ "name" ], "type": "object" }
o64705