Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Country.
codestringtrueCode ISO Alfa 3.
namestringtrueOfficial ISO name of the Country

JSON representation

{
    "id": 1,
	"code": "AFG",
	"name": "AFGHANISTAN"
}
  • No labels