You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schemasElement.Should().HaveProperty("elevatorDataInPatchRequest.description","An elevator within a skyscraper.");
438
+
schemasElement.Should().HaveProperty("elevatorDataInPostRequest.description","An elevator within a skyscraper.");
439
+
schemasElement.Should().HaveProperty("elevatorDataInResponse.description","An elevator within a skyscraper.");
440
+
441
+
schemasElement.Should().HaveProperty("skyscraperDataInPatchRequest.description","A tall, continuously habitable building having multiple floors.");
442
+
schemasElement.Should().HaveProperty("skyscraperDataInPostRequest.description","A tall, continuously habitable building having multiple floors.");
443
+
schemasElement.Should().HaveProperty("skyscraperDataInResponse.description","A tall, continuously habitable building having multiple floors.");
444
+
445
+
schemasElement.Should().HaveProperty("spaceDataInPatchRequest.description","A space within a skyscraper, such as an office, hotel, residential space, or retail space.");
446
+
schemasElement.Should().HaveProperty("spaceDataInPostRequest.description","A space within a skyscraper, such as an office, hotel, residential space, or retail space.");
447
+
schemasElement.Should().HaveProperty("spaceDataInResponse.description","A space within a skyscraper, such as an office, hotel, residential space, or retail space.");
schemasElement.Should().HaveProperty("elevatorAttributesInPatchRequest.properties.floorCount.description","The number of floors this elevator provides access to.");
461
+
schemasElement.Should().HaveProperty("elevatorAttributesInPostRequest.properties.floorCount.description","The number of floors this elevator provides access to.");
462
+
schemasElement.Should().HaveProperty("elevatorAttributesInResponse.properties.floorCount.description","The number of floors this elevator provides access to.");
463
+
464
+
schemasElement.Should().HaveProperty("skyscraperAttributesInPatchRequest.properties.heightInMeters.description","The height of this building, in meters.");
465
+
schemasElement.Should().HaveProperty("skyscraperAttributesInPostRequest.properties.heightInMeters.description","The height of this building, in meters.");
466
+
schemasElement.Should().HaveProperty("skyscraperAttributesInResponse.properties.heightInMeters.description","The height of this building, in meters.");
467
+
468
+
schemasElement.Should().HaveProperty("spaceAttributesInPatchRequest.properties.floorNumber.description","The floor number on which this space resides.");
469
+
schemasElement.Should().HaveProperty("spaceAttributesInPostRequest.properties.floorNumber.description","The floor number on which this space resides.");
470
+
schemasElement.Should().HaveProperty("spaceAttributesInResponse.properties.floorNumber.description","The floor number on which this space resides.");
0 commit comments