Skip to content

Commit

Permalink
Merge pull request #717 from compilerla/schemas/policy-version
Browse files Browse the repository at this point in the history
1.2.0 schemas: version in policy examples
  • Loading branch information
schnuerle committed Oct 29, 2021
2 parents baecd67 + 1fed1aa commit 70e36a1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion policy/examples/idle-time.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down
2 changes: 1 addition & 1 deletion policy/examples/metered-parking-fees.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down
2 changes: 1 addition & 1 deletion policy/examples/per-trip-fees.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down
2 changes: 1 addition & 1 deletion policy/examples/prohibited-zone.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down
2 changes: 1 addition & 1 deletion policy/examples/provider-cap.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down
2 changes: 1 addition & 1 deletion policy/examples/required-parking.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down
14 changes: 7 additions & 7 deletions policy/examples/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Version 1.1.0 for one provider with scooters, and 1.0.0 for another provider for
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.1.0",
"version": "1.2.0",
"required_apis": [
{
"api_name": "provider",
Expand Down Expand Up @@ -167,7 +167,7 @@ Version 1.1.0 for one provider with scooters, and 1.0.0 for another provider for
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.0.0",
"version": "1.2.0",
"required_apis": [
{
"api_name": "provider",
Expand Down Expand Up @@ -224,7 +224,7 @@ Version 1.1.0 for 2 providers requiring only historic Provider `/trips` with the
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.1.0",
"version": "1.2.0",
"required_apis": [
{
"api_name": "provider",
Expand Down Expand Up @@ -284,7 +284,7 @@ Version 1.1.0 for 2 providers asking for only historic [Provider `/trips`](/prov
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.1.0",
"version": "1.2.0",
"required_apis": [
{
"api_name": "provider",
Expand Down Expand Up @@ -352,7 +352,7 @@ Note: by specifying geography, policy, and jurisdiction here with a URL, the age
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.1.0",
"version": "1.2.0",
"required_apis": [
{
"api_name": "provider",
Expand Down Expand Up @@ -535,7 +535,7 @@ Version 1.1.0 for 3 providers and serving Agency only linking to a defined MDS P
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.1.0",
"version": "1.2.0",
"required_apis": [
{
"api_name": "agency",
Expand Down Expand Up @@ -620,7 +620,7 @@ Version 1.1.0 for 2 providers requiring Provider `/status_changes` with the mini
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.1.0",
"version": "1.2.0",
"required_apis": [
{
"api_name": "provider",
Expand Down
2 changes: 1 addition & 1 deletion policy/examples/speed-limits.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down
2 changes: 1 addition & 1 deletion policy/examples/vehicle-row-fees.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updated": 0,
"version": "1.0.0",
"version": "1.2.0",
"data": {
"policies": [
{
Expand Down

0 comments on commit 70e36a1

Please sign in to comment.