1openapi: 3.1.1 2info: 3 title: OpenAPI 3.1.1 string with format example 4 version: '1' 5components: 6 schemas: 7 Foo: 8 properties: 9 foo: 10 items: 11 anyOf: 12 - type: string 13 format: binary 14 - type: string 15 type: array