Skip to main content
GET
Get an XSD Schema

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parámetros de ruta

id
string
requerido

XSD Schema ID (UUID).

Ejemplo:

"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"

Respuesta

Indicates that the request was successful and the response contains the requested data.

byteSize
integer<int64>
requerido

Size of the schema content in bytes.

Ejemplo:

4096

content
string
requerido

Raw XSD document content.

Ejemplo:

"<?xml version=\"1.0\"?><xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"/>"

contentHash
string
requerido

Hash of the schema content for integrity verification.

Ejemplo:

"sha256:9f2c8b1a4d7e0f3c6b5a8d2e1f4c7b0a3d6e9f2c5b8a1d4e7f0c3b6a9d2e5f8c"

createdAt
string<date-time>
requerido

Creation timestamp (RFC 3339).

Ejemplo:

"2026-01-15T10:30:00Z"

createdBy
string
requerido

Identity that uploaded the schema.

Ejemplo:

"user@example.com"

id
string<uuid>
requerido

XSD schema identifier.

Ejemplo:

"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"

imports
string[] | null
requerido

Namespaces imported/included by this schema.

Ejemplo:
name
string
requerido

Schema name.

Ejemplo:

"pain.001"

targetNamespace
string
requerido

XSD targetNamespace declared by the schema.

Ejemplo:

"urn:iso:std:iso:20022:tech:xsd:pain.001.001.09"

version
string
requerido

Schema version.

Ejemplo:

"1"