Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEWORK and version Dokumentation
Section
Column
width900px

...

countryName

...

string

...

O

...

Ländername

...

countryA2

...

string

...

O

...

ISO-3166 Alpha-2 Code

...

countryA3

...

string

...

M

...

ISO-3166 Alpha-3 Code

...

countryNumber

...

string

...

O

...

ISO-3166 numerischer Code

Schema

Code Block
themeEclipse
linenumberstrue
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://www.computop-paygate.com/schemas/country.json",
    "title": "country",
    "description": "Land",
    "type": "object",
    "properties": {
        "countryName": {
            "type": "string",
            "description": "Ländername"
        },
        "countryA2": {
            "type": "string",
            "description": "ISO-3166 Alpha-2 Code"
        },
        "countryA3": {
            "type": "string",
            "description": "ISO 3166-1:2013 Alpha-3"
        },
        "countryNumber": {
            "type": "string",
            "description": "ISO-3166 numerischer Code"
        }
    },
    "required": ["countryA3"],
    "additionalProperties": false
}

Beispiel

Code Block
themeEclipse
linenumberstrue
{
    "countryName": "poland",
    "countryA2": "pl",
    "countryA3": "pol",
    "countryNumber": "616"
}
Table Filter
inversefalse
defaultDescription
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1625002930172_-1463149623
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNamecountry
PageWithExcerptEN:country

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptDE
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameschema
PageWithExcerptEN:country

Beispiel

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNamesample
PageWithExcerptEN:country

Column


Table of Contents

...