Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(web) service revision - add web service status (active, non-active) #509

Open
lzehl opened this issue Jul 5, 2024 · 5 comments
Open

(web) service revision - add web service status (active, non-active) #509

lzehl opened this issue Jul 5, 2024 · 5 comments
Assignees
Labels
request any request or update for schemas

Comments

@lzehl
Copy link
Member

lzehl commented Jul 5, 2024

vocab (property name, value names) can be discussed and adjusted (names should be controlled terms?)

@lzehl lzehl added the request any request or update for schemas label Jul 5, 2024
@lzehl lzehl changed the title update webservice version with property of status (alive or dead) (web) service revision - add web service status (active, non-active) Jan 20, 2025
@lzehl
Copy link
Member Author

lzehl commented Jan 24, 2025

@elenimath "operationStatus": linkedTypes for controlled vocab [active, non-active]?

@apdavison for the controlled vocab we probably have those already?

@apdavison
Copy link
Member

We don't have terms for server status. The closest thing we have is ActionStatusType, which is for processes that are expected to be relatively short-lived.

schema.org has GameServerStatus, which has terms suitable for digital services, I'm not sure they're suitable for human-provided services.

@lzehl
Copy link
Member Author

lzehl commented Jan 27, 2025

@apdavison thanks for looking this up... Not sure if offline and online is what we want to state here? What status do we want to cover (dev/maintenance status OR integration/functionality)?

@apdavison
Copy link
Member

I don't think we're interested in tracking the day-to-day status of services. I guess this is more about tracking whether the web service (version) is online and actively maintained, or if it is something that was online in the past but isn't any longer.

@lzehl
Copy link
Member Author

lzehl commented Jan 28, 2025

What about the following?

"maintenanceState": linkedType MaintenanceState ["active" | "dormant" | others ?]
"connectivityState": linkedType ConnectivityState ["online" | "offline" | others ?]

I think these properties would cover different things which might be both useful?
For "active" vs. "dormant": What would be the definition/criteria?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request any request or update for schemas
Projects
None yet
Development

No branches or pull requests

2 participants