Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / Catalog Info Backstage
Schema registry

Catalog Info Backstage

Backstage Catalog Info

catalog-info.yaml*.catalog-info.yaml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your catalog-info.yaml and it validates in your browser — nothing is uploaded.

Validate a catalog-info.yaml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
apiVersionenum
one of: "backstage.io/v1al…, "backstage.io/v1be…
kindenum
one of: "API"
specrequiredobject
spec.typerequiredstringThe type of the API definition.
spec.lifecyclerequiredstringThe lifecycle state of the API.
spec.ownerrequiredstringAn entity reference to the owner of the API.
spec.systemstringAn entity reference to the system that the API belongs to.
spec.definitionrequiredstring | objectThe definition of the API, based on the format defined by the type.
spec.definition.$jsonstringInterprets the contents of the referenced file as JSON and embeds the parsed structure.
spec.definition.$textstringInterprets the contents of the referenced file as plain text and embeds it as a string.
spec.definition.$yamlstringInterprets the contents of the referenced file as YAML and embeds the parsed structure.
apiVersionenum
one of: "backstage.io/v1al…, "backstage.io/v1be…
kindenum
one of: "Component"
specrequiredobject
spec.typerequiredstringThe type of component.
spec.lifecyclerequiredstringThe lifecycle state of the component.
spec.ownerrequiredstringAn entity reference to the owner of the component.
spec.systemstringAn entity reference to the system that the component belongs to.
spec.subcomponentOfstringAn entity reference to another component of which the component is a part.
spec.providesApisarray<string>An array of entity references to the APIs that are provided by the component.
spec.consumesApisarray<string>An array of entity references to the APIs that are consumed by the component.
spec.dependsOnarray<string>An array of references to other entities that the component depends on to function.
apiVersionenum
one of: "backstage.io/v1al…, "backstage.io/v1be…
kindenum
one of: "Domain"
specrequiredobject
spec.ownerrequiredstringAn entity reference to the owner of the component.

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
allOfJSON Schema Core, draft 2020-12§10.2.1.1 — "allOf"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
examplesJSON Schema Validation, draft 2020-12§9.5 — "examples"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
minLengthJSON Schema Validation, draft 2020-12§6.3.2 — "minLength"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
requiredJSON Schema Validation, draft 2020-12§6.5.3 — "required"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas