You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/layouts/partials/openapi
Kévin Commaille f4e7b2aa97
Fix property type resolution in render-object-table (#1789)
The split was not clear between property-type and type-or-title,
so it was not obvious which partial should be called for recursion.
That resulted in an error where type-or-title was only called for objects and array items, even if it also resolves
arrays of types.

This makes the split clearer. property-type must be called for any schema,
and object-type-or-title is only called for object schemas.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2 years ago
..
render-api.html Simplify uses of `resolve-refs` partial (#1773) 2 years ago
render-content-type.html Break out non-JSON request/response content types as tables (#1756) 2 years ago
render-object-table.html Fix property type resolution in render-object-table (#1789) 2 years ago
render-operation.html Simplify uses of `resolve-refs` partial (#1773) 2 years ago
render-parameters.html Simplify uses of `resolve-refs` partial (#1773) 2 years ago
render-request.html Simplify uses of `resolve-refs` partial (#1773) 2 years ago
render-responses.html Simplify uses of `resolve-refs` partial (#1773) 2 years ago