Closed zdavatz closed 4 years ago
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#items-object
Field Name - items [..] Required if type is "array". Describes the type of items in the array.
But our schema files dhcp_hcp_de_schema.json and dhcp_hcp_fr_schema.json have "type":"array" withouth "items".
dhcp_hcp_de_schema.json
dhcp_hcp_fr_schema.json
"type":"array" withouth "items".
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#items-object
Field Name - items [..] Required if type is "array". Describes the type of items in the array.
But our schema files
dhcp_hcp_de_schema.json
anddhcp_hcp_fr_schema.json
have"type":"array" withouth "items".