Implementations | JSON Schema
json-schema.org › implementationsThe home of JSON Schema. NOTE: This page lists implementations with (or actively working towards) support for draft-06 or later. For implementations supporting only draft-04 or older, or that are no longer in development, see the Obsolete Implementations page.
JSON | IntelliJ IDEA
https://www.jetbrains.com/help/idea/json.html23.09.2021 · JSON. The JSON format is commonly used for storing data and for configuration files. IntelliJ IDEA helps you work with JSON files — it checks their syntax and formatting. In popular types of configuration files, IntelliJ IDEA provides code completion, thanks to the JSON Schema, which is a special format for describing the structure and contents of such files.
Kubernetes | IntelliJ IDEA
https://www.jetbrains.com/help/idea/kubernetes.html23.07.2021 · IntelliJ IDEA recognizes Kubernetes resource configuration files using the following mandatory fields: apiVersion: identifies the versioned schema of the object representation. kind: identifies the object kind (for example, Service, Pod, Deployment, and so on). If both of the previous fields are present in a YAML or JSON file, IntelliJ IDEA will mark the file with the …