You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in JSON::Schema::Modern, make a read-only identifiers interface available on the OpenAPI::Modern object. see karenetheridge/JSON-Schema-Modern#88
It would also be useful to identify all the "entities" known to the OpenAPI description, e.g. $openapi->entities_list('path-item') would list the canonical locations of all the path-items.
The text was updated successfully, but these errors were encountered:
As in JSON::Schema::Modern, make a read-only identifiers interface available on the OpenAPI::Modern object. see karenetheridge/JSON-Schema-Modern#88
It would also be useful to identify all the "entities" known to the OpenAPI description, e.g.
$openapi->entities_list('path-item')
would list the canonical locations of all the path-items.The text was updated successfully, but these errors were encountered: