changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Set instead of the fields above when the norm was not found",
+ "type": "string"
+ },
+ "law": {
+ "type": "string"
+ },
+ "lawName": {
+ "description": "Full German name of the statute",
+ "type": "string"
+ },
+ "metadata": {
+ "properties": {
+ "chapter": {
+ "type": [
+ "string",
+ "number",
+ "null"
+ ]
+ },
+ "chapterTitle": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "scannerRelevant": {
+ "description": "Scanner module ids this norm feeds, e.g. [\"widerruf_button\"]",
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "num": {
+ "description": "Article/paragraph incl. suffix, e.g. \"356a\"",
+ "type": "string"
+ },
+ "text": {
+ "description": "Full German text of the norm",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "unit": {
+ "description": "\"Artikel\" (EU regulations) or \"Paragraf\" (German statutes)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}