Skip to content

Commit

Permalink
Update schema id URLs in partial schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
richfab committed Nov 21, 2023
1 parent 87b9c02 commit 041c994
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$merge = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.1/gbfs.md#free_bike_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#free_bike_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$patch = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.1/gbfs.md#free_bike_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#free_bike_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ vehicleTypes }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.1/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#station_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -33,7 +33,7 @@ module.exports = ({ vehicleTypes }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.1/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#station_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ android = false, ios = false }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.1/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#system_informationjson'
},
with: [
{
Expand All @@ -17,7 +17,7 @@ module.exports = ({ android = false, ios = false }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.1/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#system_informationjson'
},
with: {
properties: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$merge = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.2/gbfs.md#free_bike_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#free_bike_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$patch = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.2/gbfs.md#free_bike_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#free_bike_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ vehicleTypes }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.2/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#station_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -33,7 +33,7 @@ module.exports = ({ vehicleTypes }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.2/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#station_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ android = false, ios = false }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.2/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#system_informationjson'
},
with: [
{
Expand All @@ -17,7 +17,7 @@ module.exports = ({ android = false, ios = false }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.2/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#system_informationjson'
},
with: {
properties: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$merge = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#free_bike_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#free_bike_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$patch = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#free_bike_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#free_bike_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ vehicleTypes }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#station_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -33,7 +33,7 @@ module.exports = ({ vehicleTypes }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#station_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ android = false, ios = false }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#system_informationjson'
},
with: [
{
Expand All @@ -17,7 +17,7 @@ module.exports = ({ android = false, ios = false }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#system_informationjson'
},
with: {
properties: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ pricingPlans }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#vehicle_typesjson-added-in-v21-rc'
'https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#vehicle_typesjson'
},
with: {
properties: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ vehicleTypes }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#station_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -33,7 +33,7 @@ module.exports = ({ vehicleTypes }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#station_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ android = false, ios = false }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#system_informationjson'
},
with: [
{
Expand All @@ -17,7 +17,7 @@ module.exports = ({ android = false, ios = false }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#system_informationjson'
},
with: {
properties: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$merge = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#vehicle_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#vehicle_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$patch = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#vehicle_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#vehicle_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ pricingPlans }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#vehicle_typesjson-added-in-v21-rc'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#vehicle_typesjson'
},
with: {
properties: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ vehicleTypes }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#station_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -33,7 +33,7 @@ module.exports = ({ vehicleTypes }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#station_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#station_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ android = false, ios = false }) => {
$patch: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#system_informationjson'
},
with: [
{
Expand All @@ -17,7 +17,7 @@ module.exports = ({ android = false, ios = false }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#system_informationjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#system_informationjson'
},
with: {
properties: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$merge = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_statusjson'
},
with: {
properties: {
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = ({ vehicleTypes }) => {
partial.$patch = {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_statusjson'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_statusjson'
},
with: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = ({ pricingPlans }) => {
$merge: {
source: {
$ref:
'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_typesjson-added-in-v21-rc'
'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_typesjson'
},
with: {
properties: {
Expand Down

0 comments on commit 041c994

Please sign in to comment.