spyglass/tests/shared/schemas/InvalidSchema/invalid-schema.yaml

21 lines
346 B
YAML

---
metadata:
name: InvalidSchema
type: object
properties:
foo:
type: number
bar:
const: Must equal this value
baz:
type: object
properties:
staticProperty:
type: array
contains:
type: number
propertyNames:
pattern: "^([0-9a-zA-Z]*)$"
additionalProperties:
type: string