-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wagenpark monitorbeeldkwaliteit (#1198)
* titles and descriptions changed * titles and descriptions changed * titles and discriptions changed * title and descriptions changed * titles and descriptions changed * titles changed * Update dataset.json * Update v3.0.0.json * Update v1.0.0.json * Update v1.0.0.json * description and titles changed
- Loading branch information
Showing
9 changed files
with
199 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"id": "inkoop", | ||
"type": "table", | ||
"version": "1.1.1", | ||
"titel": "inkoop", | ||
"description": "Deze end-point bevat de inkoop gegevens over transport- of werkmaterieel", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "id", | ||
"required": [ | ||
"id", | ||
"schema" | ||
], | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" | ||
}, | ||
"id": { | ||
"title": "Inkoop ID", | ||
"type": "string", | ||
"description": "Id van de bestelling" | ||
}, | ||
"wagenparkMaterieel": { | ||
"title": "Inkoop materieel ID", | ||
"type": "string", | ||
"relation": "wagenpark:materieel", | ||
"description": "Verwijzing naar het nieuwe object dat voor het te leveren of geleverde voertuig is gecreëerd in de bronapplicatie" | ||
}, | ||
|
||
"omschrijvingMaterieel": { | ||
"title": "Inkoop materieel omschrijving", | ||
"type": "string", | ||
"description": "Omschrijving van het bestelde materieel" | ||
}, | ||
"afleverdatum": { | ||
"title": "Afleverdatum", | ||
"type": "string", | ||
"format": "date", | ||
"description": "Datum waarop de betreffende bestelling door de leverancier is afgeleverd aan de gemeente" | ||
}, | ||
"besteldatum": { | ||
"title": "Besteldatum", | ||
"type": "string", | ||
"format": "date", | ||
"description": "Datum waarop de betreffende bestelling per e-mail vanuit bronapplicatie akkoord is gegeven aan de leverancier" | ||
}, | ||
"typeVervanging": { | ||
"title": "Vervanging type", | ||
"type": "string", | ||
"description": "Keuze type vervanging zoals opgegeven op het betreffende bestelformulier van de bronapplicatie. De mogelijke waardes: 0 = vervangen , 1 = nieuw" | ||
}, | ||
"typeBestelling": { | ||
"title": "Bestelling type", | ||
"type": "string", | ||
"description": "Keuze type bestelling zoals opgegeven op het betreffende bestelformulier in de bronapplicatie. De mogelijke waardes: 0 = eigendom, 1 = lease, 2 = huur" | ||
}, | ||
"status": { | ||
"title": "Bestelling status", | ||
"type": "string", | ||
"enum": [ | ||
"-1", | ||
"0", | ||
"1", | ||
"2", | ||
"4", | ||
"8", | ||
"16", | ||
"32", | ||
"64" | ||
], | ||
"description": "Bestelstatus, waarbij de volgende opties mogelijk zijn: -1=Trash, 0 = Aanvraag, 1 = Calculeren, 2 = Accorderen budgethouder aanvrager, 4 = Accorderen budgethouder functioneel beheer, 8 = Bestelling plaatsen, 16 = Bestelling is geplaatst, 32 = De bestelling is verkregen, 64 = De bestelling is geannuleerd" | ||
}, | ||
"totaleAanschafwaarde": { | ||
"title": "Totale aanschafwaarde", | ||
"type":"number", | ||
"multipleOf": 0.01, | ||
"description": "Totale aanschafwaarde in euro's exclusief btw, inclusief standaardaccessoires, ritregistratie, tankring en bestickering volgens huisstijl" | ||
}, | ||
"materieelNieuw": { | ||
"title": "Materieel nieuw", | ||
"type": "string", | ||
"description": "Verwijzing naar het object dat door middel van de bestelling vervangen zal worden" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"id": "verkoop", | ||
"type": "table", | ||
"version": "1.1.1", | ||
"titel": "inkoop", | ||
"description": "Deze end-point bevat de verkoop gegevens over transport- of werkmaterieel", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "id", | ||
"required": [ | ||
"id", | ||
"schema" | ||
], | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" | ||
}, | ||
"id": { | ||
"title": "Verkoop ID", | ||
"type": "string", | ||
"description": "ID van het te koop staande object" | ||
}, | ||
"wagenparkMaterieel": { | ||
"title": "Verkoop materieel ID", | ||
"type": "string", | ||
"relation": "wagenpark:materieel", | ||
"description": "Verwijzing naar het nieuwe object dat voor het te leveren of geleverde voertuig is gecreëerd in de bronapplicatie objectendatabase" | ||
}, | ||
"omschrijvingMaterieel": { | ||
"title": "Verkoop materieel omschrijving", | ||
"type": "string", | ||
"description": "Omschrijving van het te koop aangeboden materieel" | ||
}, | ||
"verkoopbedrag": { | ||
"title": "Verkoopbedrag", | ||
"type":"number", | ||
"multipleOf": 0.01, | ||
"description": "Door de medewerker verkoop van het functioneel beheer Logistiek & Mobiliteit geregistreerde verkoopopbrengst / veilingopbrengst" | ||
}, | ||
"redenVerkoop": { | ||
"title": "Verkoop reden", | ||
"type": "string", | ||
"description": "De reden voor verkoop" | ||
}, | ||
"status": { | ||
"title": "Te koop staande materieel status", | ||
"type": "string", | ||
"enum": [ | ||
"-1", | ||
"0", | ||
"1", | ||
"2", | ||
"4", | ||
"8", | ||
"16", | ||
"32" | ||
], | ||
"description": "De status van het te koop staande materieel. De volgende waardes zijn mogelijk. -1=Trash, 0=Aanvragen, 1=Controle centraal, 2=Goedgekeurd / verkoop klaar maken, 4=Afgehandeld, 8 Afgekeurd, 16= Accorderen budgethouder, 32=Accorderen Functioneel beheer" | ||
}, | ||
"context": { | ||
"title": "Object eigendom context", | ||
"type": "string", | ||
"description": "Het geeft aan of een object verkoop/lease of eigendom is. De waardes :1 = Verkoop/lease, 2 = Eigendom" | ||
}, | ||
"geplandeAfhaaldatum": { | ||
"title": "Geplande afhaaldatum", | ||
"type": "string", | ||
"format": "date", | ||
"description": "De geplande afhaaldatum door de veiling of leasemaatschappij, geregistreerd in het verkoopformulier in de bronapplicatie" | ||
} | ||
} | ||
} | ||
} |