FDSN / SeedLink

https://docs.fdsn.org/projects/seedlink/
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

add connections as object to schema #26

Closed crotwell closed 9 months ago

crotwell commented 1 year ago

Output of INFO CONNECTIONS is implementation specific, but might be helpful to add at least a top level object to hold it.

Perhaps add to schema:

        "connections": {
            "description": "Connections to the server. Contents are implementation specific",
            "type": "object",
            "additionalProperties: true
        },
andres-h commented 11 months ago

Agreed if JSON schema allows implementation specific contents.

crotwell commented 11 months ago

Yes, I think "additionalProperties: true means additional keys can be added into the connections object without being invalid for the schema. We just force the connections key to have an object as its value.

crotwell commented 10 months ago

+1 on change