Skip to content

Commit

Permalink
Modifico esquema para validar cadenas de fecha o fecha y hora
Browse files Browse the repository at this point in the history
  • Loading branch information
capitantoto committed Dec 13, 2016
1 parent 72008c9 commit fd1d199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydatajson/schemas/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"type": "string",
"format": "uri"
},
"issued": { "$ref": "mixed-types.json#nonEmptyStringOrNull" },
"modified": { "$ref": "mixed-types.json#nonEmptyStringOrNull" },
"issued": { "$ref": "mixed-types.json#dateOrDatetimeStringOrNull" },
"modified": { "$ref": "mixed-types.json#dateOrDatetimeStringOrNull" },
"language": { "$ref": "mixed-types.json#arrayOrNull" },
"themeTaxonomy": {
"anyOf": [
Expand Down

0 comments on commit fd1d199

Please sign in to comment.