forked from phalt/swapi
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Invoking the endpoint
https://swapi.dev/api/people/schema
the response is:
HTTP 404 NOT FOUND
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
{
"detail": "Not found"
}
According to documentation:
JSON Schema
All resources support JSON Schema. Making a request to /api//schema will give you the details of that resource. This will allow you to programmatically inspect the attributes of that resource and their types.
Metadata
Metadata
Assignees
Labels
No labels