Skip to main content

Questions tagged [json-schema]

Filter by
Sorted by
Tagged with
0 votes
3 answers
248 views

Question Body I'm currently developing a Python coding standard for use in enterprise-level internal systems. Our typical use cases include: API input/output validation Reading from databases, ...
agolta's user avatar
  • 77
-1 votes
3 answers
186 views

This MDN article here summarises quite well the technique of Content Negotiation on a REST API. In essence, if we have a GET /student/:id endpoint, we might want to see different representations of ...
dwjohnston's user avatar
  • 2,769
-1 votes
1 answer
84 views

I am trying to get some preliminary insight into the pros and cons of using either a hybrid model (jsonb document-relational) or an all jsonb document store model for customer data in PostgreSQL. Both ...
TJP's user avatar
  • 7
2 votes
1 answer
66 views

My application stores two different types of json data in s3. For example: Schema-Foo and Schema-Bar. Up to now I used the content-type application/json for both. I would like to make a distinction ...
guettli's user avatar
  • 179