info:
title: Schema with several rules
imports:
properties:
number:
type: integer
short-string:
type: string
maxLength: 10
odd:
not:
multipleOf: 2
abc:
enum:
- a
- b
- c