docs: add OpenAPI documentation

This commit is contained in:
2025-08-12 17:29:02 +02:00
parent cd91ac11f9
commit aab7ff1452
25 changed files with 2422 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
type: object
properties:
type:
type: "string"
description: "URI reference that identifies the problem type."
format: "uri"
status:
type: "integer"
description: "HTTP status code generated by the origin server for this occurrence of the problem."
format: "int32"
title:
type: "string"
description: "Short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization."
detail:
type: "string"
description: "Human-readable explanation specific to this occurrence of the problem."
instance:
type: "string"
description: "URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced."
properties:
type: "object"
description: "Map for additional, non-standard properties"
required:
- title