Skip to content

Commit

Permalink
#206: DD 2.0 Updates (Oct 2024) (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: darnjo <josh@reso.org>
  • Loading branch information
darnjo and darnjo authored Oct 15, 2024
1 parent 3d2f4e1 commit c528c90
Show file tree
Hide file tree
Showing 46 changed files with 90 additions and 93 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

[![CodeFactor](https://www.codefactor.io/repository/github/resostandards/web-api-commander/badge)](https://www.codefactor.io/repository/github/resostandards/web-api-commander) ![Java CI with Gradle](https://github.com/RESOStandards/web-api-commander/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=main)

[**VIEW ON GITHUB**](https://github.com/RESOStandards/web-api-commander)

The RESO Commander is an OData client Java library and command-line client,
as well as an automated RESO Certification testing tool.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Association

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Caravan

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: CaravanStop

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: ContactListingNotes

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: ContactListings

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Contacts

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: EntityEvent

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Field

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: HistoryTransactional

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: InternetTracking

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: InternetTrackingSummary

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: LockOrBox

Background:
Expand Down Expand Up @@ -90,11 +90,10 @@ Feature: LockOrBox
When "ListingStateOrProvince" exists in the "LockOrBox" metadata
Then "ListingStateOrProvince" MUST be "Single Enumeration" data type

@LockOrBox @dd-2.0
@LockOrBox @RESI @RLSE @RINC @LAND @MOBI @FARM @COMS @COML @dd-2.0
Scenario: ListingTimeZone
When "ListingTimeZone" exists in the "LockOrBox" metadata
Then "ListingTimeZone" MUST be "String" data type
And "ListingTimeZone" length SHOULD be equal to the RESO Suggested Max Length of 4
Then "ListingTimeZone" MUST be "Single Enumeration" data type

@LockOrBox @dd-2.0
Scenario: LockOrBoxAccessTimestamp
Expand Down Expand Up @@ -124,10 +123,10 @@ Feature: LockOrBox
And "LockOrBoxKey" length SHOULD be equal to the RESO Suggested Max Length of 255

@LockOrBox @dd-2.0
Scenario: LockOrBoxOriginatingSystemID
When "LockOrBoxOriginatingSystemID" exists in the "LockOrBox" metadata
Then "LockOrBoxOriginatingSystemID" MUST be "String" data type
And "LockOrBoxOriginatingSystemID" length SHOULD be equal to the RESO Suggested Max Length of 25
Scenario: LockOrBoxOriginatingSystemId
When "LockOrBoxOriginatingSystemId" exists in the "LockOrBox" metadata
Then "LockOrBoxOriginatingSystemId" MUST be "String" data type
And "LockOrBoxOriginatingSystemId" length SHOULD be equal to the RESO Suggested Max Length of 25

@LockOrBox @dd-2.0
Scenario: LockOrBoxOriginatingSystemKey
Expand All @@ -142,10 +141,10 @@ Feature: LockOrBox
And "LockOrBoxOriginatingSystemName" length SHOULD be equal to the RESO Suggested Max Length of 255

@LockOrBox @dd-2.0
Scenario: LockOrBoxSourceSystemID
When "LockOrBoxSourceSystemID" exists in the "LockOrBox" metadata
Then "LockOrBoxSourceSystemID" MUST be "String" data type
And "LockOrBoxSourceSystemID" length SHOULD be equal to the RESO Suggested Max Length of 25
Scenario: LockOrBoxSourceSystemId
When "LockOrBoxSourceSystemId" exists in the "LockOrBox" metadata
Then "LockOrBoxSourceSystemId" MUST be "String" data type
And "LockOrBoxSourceSystemId" length SHOULD be equal to the RESO Suggested Max Length of 25

@LockOrBox @dd-2.0
Scenario: LockOrBoxSourceSystemKey
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Lookup

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Media

Background:
Expand Down Expand Up @@ -158,10 +158,10 @@ Feature: Media
And "OriginatingSystemName" length SHOULD be equal to the RESO Suggested Max Length of 255

@Media @dd-2.0
Scenario: OriginatingSystemResourceRecordID
When "OriginatingSystemResourceRecordID" exists in the "Media" metadata
Then "OriginatingSystemResourceRecordID" MUST be "String" data type
And "OriginatingSystemResourceRecordID" length SHOULD be equal to the RESO Suggested Max Length of 255
Scenario: OriginatingSystemResourceRecordId
When "OriginatingSystemResourceRecordId" exists in the "Media" metadata
Then "OriginatingSystemResourceRecordId" MUST be "String" data type
And "OriginatingSystemResourceRecordId" length SHOULD be equal to the RESO Suggested Max Length of 255

@Media @dd-2.0
Scenario: OriginatingSystemResourceRecordKey
Expand All @@ -170,10 +170,10 @@ Feature: Media
And "OriginatingSystemResourceRecordKey" length SHOULD be equal to the RESO Suggested Max Length of 255

@Media @dd-2.0
Scenario: OriginatingSystemResourceRecordSystemID
When "OriginatingSystemResourceRecordSystemID" exists in the "Media" metadata
Then "OriginatingSystemResourceRecordSystemID" MUST be "String" data type
And "OriginatingSystemResourceRecordSystemID" length SHOULD be equal to the RESO Suggested Max Length of 25
Scenario: OriginatingSystemResourceRecordSystemId
When "OriginatingSystemResourceRecordSystemId" exists in the "Media" metadata
Then "OriginatingSystemResourceRecordSystemId" MUST be "String" data type
And "OriginatingSystemResourceRecordSystemId" length SHOULD be equal to the RESO Suggested Max Length of 25

@Media @dd-2.0
Scenario: Permission
Expand Down Expand Up @@ -247,10 +247,10 @@ Feature: Media
And "SourceSystemName" length SHOULD be equal to the RESO Suggested Max Length of 255

@Media @dd-2.0
Scenario: SourceSystemResourceRecordID
When "SourceSystemResourceRecordID" exists in the "Media" metadata
Then "SourceSystemResourceRecordID" MUST be "String" data type
And "SourceSystemResourceRecordID" length SHOULD be equal to the RESO Suggested Max Length of 255
Scenario: SourceSystemResourceRecordId
When "SourceSystemResourceRecordId" exists in the "Media" metadata
Then "SourceSystemResourceRecordId" MUST be "String" data type
And "SourceSystemResourceRecordId" length SHOULD be equal to the RESO Suggested Max Length of 255

@Media @dd-2.0
Scenario: SourceSystemResourceRecordKey
Expand All @@ -259,7 +259,7 @@ Feature: Media
And "SourceSystemResourceRecordKey" length SHOULD be equal to the RESO Suggested Max Length of 255

@Media @dd-2.0
Scenario: SourceSystemResourceRecordSystemID
When "SourceSystemResourceRecordSystemID" exists in the "Media" metadata
Then "SourceSystemResourceRecordSystemID" MUST be "String" data type
And "SourceSystemResourceRecordSystemID" length SHOULD be equal to the RESO Suggested Max Length of 25
Scenario: SourceSystemResourceRecordSystemId
When "SourceSystemResourceRecordSystemId" exists in the "Media" metadata
Then "SourceSystemResourceRecordSystemId" MUST be "String" data type
And "SourceSystemResourceRecordSystemId" length SHOULD be equal to the RESO Suggested Max Length of 25
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Member

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: MemberAssociation

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: MemberStateLicense

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Office

Background:
Expand All @@ -25,10 +25,10 @@ Feature: Office
And "FranchiseAffiliation" length SHOULD be equal to the RESO Suggested Max Length of 50

@Office @dd-2.0
Scenario: FranchiseNationalAssociationID
When "FranchiseNationalAssociationID" exists in the "Office" metadata
Then "FranchiseNationalAssociationID" MUST be "String" data type
And "FranchiseNationalAssociationID" length SHOULD be equal to the RESO Suggested Max Length of 25
Scenario: FranchiseNationalAssociationId
When "FranchiseNationalAssociationId" exists in the "Office" metadata
Then "FranchiseNationalAssociationId" MUST be "String" data type
And "FranchiseNationalAssociationId" length SHOULD be equal to the RESO Suggested Max Length of 25

@Office @IDX @dd-2.0
Scenario: IDXOfficeParticipationYN
Expand Down Expand Up @@ -127,10 +127,10 @@ Feature: Office
And "OfficeBrokerMlsId" length SHOULD be equal to the RESO Suggested Max Length of 25

@Office @dd-2.0
Scenario: OfficeBrokerNationalAssociationID
When "OfficeBrokerNationalAssociationID" exists in the "Office" metadata
Then "OfficeBrokerNationalAssociationID" MUST be "String" data type
And "OfficeBrokerNationalAssociationID" length SHOULD be equal to the RESO Suggested Max Length of 25
Scenario: OfficeBrokerNationalAssociationId
When "OfficeBrokerNationalAssociationId" exists in the "Office" metadata
Then "OfficeBrokerNationalAssociationId" MUST be "String" data type
And "OfficeBrokerNationalAssociationId" length SHOULD be equal to the RESO Suggested Max Length of 25

@Office @IDX @dd-2.0
Scenario: OfficeCity
Expand All @@ -147,8 +147,7 @@ Feature: Office
@Office @dd-2.0
Scenario: OfficeCountry
When "OfficeCountry" exists in the "Office" metadata
Then "OfficeCountry" MUST be "String" data type
And "OfficeCountry" length SHOULD be equal to the RESO Suggested Max Length of 2
Then "OfficeCountry" MUST be "Single Enumeration" data type

@Office @dd-2.0
Scenario: OfficeCountyOrParish
Expand Down Expand Up @@ -202,14 +201,12 @@ Feature: Office
@Office @dd-2.0
Scenario: OfficeMailCountry
When "OfficeMailCountry" exists in the "Office" metadata
Then "OfficeMailCountry" MUST be "String" data type
And "OfficeMailCountry" length SHOULD be equal to the RESO Suggested Max Length of 2
Then "OfficeMailCountry" MUST be "Single Enumeration" data type

@Office @dd-2.0
Scenario: OfficeMailCountyOrParish
When "OfficeMailCountyOrParish" exists in the "Office" metadata
Then "OfficeMailCountyOrParish" MUST be "String" data type
And "OfficeMailCountyOrParish" length SHOULD be equal to the RESO Suggested Max Length of 25
Then "OfficeMailCountyOrParish" MUST be "Single Enumeration" data type

@Office @dd-2.0
Scenario: OfficeMailPostalCode
Expand All @@ -226,8 +223,7 @@ Feature: Office
@Office @dd-2.0
Scenario: OfficeMailStateOrProvince
When "OfficeMailStateOrProvince" exists in the "Office" metadata
Then "OfficeMailStateOrProvince" MUST be "String" data type
And "OfficeMailStateOrProvince" length SHOULD be equal to the RESO Suggested Max Length of 2
Then "OfficeMailStateOrProvince" MUST be "Single Enumeration" data type

@Office @dd-2.0
Scenario: OfficeManagerKey
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: OfficeAssociation

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: OfficeCorporateLicense

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: OpenHouse

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: OtherPhone

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: OUID

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Property

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: PropertyGreenVerification

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: PropertyPowerProduction

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: PropertyPowerStorage

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: PropertyRooms

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: PropertyUnitTypes

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Prospecting

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Queue

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Rules

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: SavedSearch

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: Showing

Background:
Expand Down Expand Up @@ -173,7 +173,7 @@ Feature: Showing
When "ShowingStatus" exists in the "Showing" metadata
Then "ShowingStatus" MUST be "Single Enumeration" data type

@Showing @dd-2.0
@Showing @RESI @RLSE @RINC @LAND @MOBI @FARM @COMS @COML @dd-2.0
Scenario: ShowingTimeZone
When "ShowingTimeZone" exists in the "Showing" metadata
Then "ShowingTimeZone" MUST be "Single Enumeration" data type
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated on: 20240920124523269
# This file was autogenerated on: 20241014212338838
Feature: ShowingAppointment

Background:
Expand Down
Loading

0 comments on commit c528c90

Please sign in to comment.