Skip to content

Instantly share code, notes, and snippets.

@temp3l
Last active December 3, 2020 10:03
Show Gist options
  • Save temp3l/f457c542a49dc842de0c656b55693fb1 to your computer and use it in GitHub Desktop.
Save temp3l/f457c542a49dc842de0c656b55693fb1 to your computer and use it in GitHub Desktop.
{
"accountOwner": {
"$id": "#/definitions/accountOwner",
"type": "string",
"title": "accountOwner",
"description": "accountOwner description",
"maxLength": 300,
"default": "MIPO-Testk 29",
"examples": [
"Maier Can DE",
"Heymann Lewin",
"Reiter Madeleine",
"Fechner Lorenz"
]
},
"drebaCode": {
"$id": "#/definitions/drebaCode",
"type": "string",
"title": "drebaCode",
"description": "drebaCode description",
"maxLength": 300,
"default": "077",
"examples": [
"478",
"330",
"528",
"800"
]
},
"help_url_object": {
"$id": "#/definitions/help_url_object",
"type": "object",
"title": "HILFE_URL_item_object",
"description": "help_url_object description",
"properties": {
"siteKey": {
"$ref": "#/definitions/siteKey"
},
"url": {
"$ref": "#/definitions/url"
},
"locale": {
"$ref": "#/definitions/locale"
}
},
"required": [
"siteKey",
"url",
"locale"
]
},
"AVIS": {
"$id": "#/definitions/AVIS",
"type": "array",
"title": "AVIS",
"description": "AVIS description",
"items": {
"$ref": "#/definitions/AVIS_item_object"
}
},
"ebicsCustomerId": {
"$id": "#/definitions/ebicsCustomerId",
"anyOf": [
{
"$id": "#/definitions/ebicsCustomerId/anyOf/0",
"type": "string",
"title": "string_method",
"description": "ebicsCustomerId description",
"maxLength": 300,
"default": "TGPPR100",
"examples": [
"TGPPC200",
"TGPPR120",
"CWPS0050",
"PPISOLT",
"FK000312"
]
},
{
"$id": "#/definitions/ebicsCustomerId/anyOf/1",
"type": "null",
"title": "null_method",
"description": "ebicsCustomerId description"
},
{
"$id": "#/definitions/ebicsCustomerId/anyOf/2",
"type": "integer",
"title": "integer_method",
"description": "ebicsCustomerId description",
"default": -1,
"examples": [
0
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment