@proseid v0.1.0
Untitled schema
A compliance schema published to the ProseID registry by @proseid. Explore the field model below and integrate it via the API.
Publication
- Protocol
- proseid/1.0
- Version
- v0.1.0
- Fields
- 1
Schema fields
1 fieldsField
Type
Description
Req
testingNumber
testing
Opt
Example payload
JSON
{
"testing": 0
}A blank payload matching this schema's fields. Fill it in and POST to validate.
API usage
POST your payload to validate against the latest version. Returns 200 if valid, 422 with structured field-level errors otherwise.
cURL
curl -X POST https://proseid.com/api/v1/validate/proseid/untitled-schema \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json 200 OK
{
"status": "READY",
"schema": "proseid/untitled-schema",
"version": "0.1.0",
"errors": []
} 422 Invalid
{
"status": "INVALID",
"errors": [{
"field_id": "testing",
"kind": "required",
"message": "This field is required."
}]
}Release history
Immutable versionsLoading release history…
Trust ledger
Crowd → credentialedP
Provenance
Maintained by a verified lawyer · Sweden
@proseid · latest v0.1.0
Community signal
0
0 votes
No votes yet.
Attestations · by version
0 totalNo attestations yet. A verified professional can vouch for a specific version.
Discussion
0 comments
to join the discussion.