We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f873cd commit c04e336Copy full SHA for c04e336
src/stapi_fastapi/models/conformance.py
@@ -1,7 +1,7 @@
1
from pydantic import BaseModel, Field
2
3
-CORE = "https://stapi.example.com/v0.2.0/core"
4
-OPPORTUNITIES = "https://stapi.example.com/v0.2.0/opportunities"
+CORE = "https://stapi.example.com/v0.1.0/core"
+OPPORTUNITIES = "https://stapi.example.com/v0.1.0/opportunities"
5
6
7
class Conformance(BaseModel):
0 commit comments