Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON-schema: VoidReasonValue #590

Open
PB-GNM opened this issue Jan 22, 2025 · 2 comments
Open

JSON-schema: VoidReasonValue #590

PB-GNM opened this issue Jan 22, 2025 · 2 comments

Comments

@PB-GNM
Copy link

PB-GNM commented Jan 22, 2025

Als een attribuut voidable is, dan wil Geonovum graag ook dat dit via een oneOf constructie in het schema terecht komt.
Zie ook Geonovum/imev-werkomgeving#125

Hieronder is het attribuut basisVergunningNummer voidable:

Image

Dan willen we dat graag terug zien in het schema als:

{
"basisVergunningNummer": {

"oneOf": [
{
"type": "string"
},
{
"$ref": "#/defs/VoidReasonValue"
}

]
}
}

VoidReasonValue is onderin ons schema gedefinieerd:

Image

@ArjanLoeffen
Copy link
Contributor

@PB-GNM Ik kan deze verzoeken wel oppakken, maar moet zeker zijn dat jij beschikbaar bent voor vragen en testen. Vraagt dus enige planning.

@PB-GNM
Copy link
Author

PB-GNM commented Feb 10, 2025

@PB-GNM Ik kan deze verzoeken wel oppakken, maar moet zeker zijn dat jij beschikbaar bent voor vragen en testen. Vraagt dus enige planning.

Ik ben deze week regelmatig beschikbaar van dinsdag t/m donderdag voor vragen en testen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants