File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,12 @@ class Meta(BaseModel):
7676 )
7777 beaconId : str = Field (
7878 default = "" ,
79- description = """
80- The Id of a Beacon. Usually a reversed domain string, but any URI is acceptable. The purpose of this attribute is,
81- in the context of a Beacon network, to disambiguate responses coming from different Beacons. See the beacon documentation
82- [here](https://github.com/ga4gh-beacon/beacon-v2/blob/c6558bf2e6494df3905f7b2df66e903dfe509500/framework/src/common/beaconCommonComponents.yaml#L26)
83- """ ,
79+ description = (
80+ "The Id of a Beacon. Usually a reversed domain string, but any URI is acceptable. "
81+ "The purpose of this attribute is,in the context of a Beacon network, to disambiguate "
82+ "responses coming from different Beacons. See the beacon documentation "
83+ "[here](https://github.com/ga4gh-beacon/beacon-v2/blob/c6558bf2e6494df3905f7b2df66e903dfe509500/framework/src/common/beaconCommonComponents.yaml#L26)"
84+ ),
8485 )
8586 returnedSchemas : list [ReturnedSchema ] = [ReturnedSchema ()]
8687
You can’t perform that action at this time.
0 commit comments